讨论数量:
文档里有说明如何增加数据表字段,创建migration的时候使用--table参数即可
php artisan make:migration add_votes_to_users_table --table=users
文档里有说明如何增加数据表字段,创建migration的时候使用--table参数即可
php artisan make:migration add_votes_to_users_table --table=users
请登录
推荐文章: