讨论数量:
文档里有说明如何增加数据表字段,创建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
推荐文章: