📜  在 laravel 中使用终端创建新迁移 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:59.257000             🧑  作者: Mango

代码示例2
php artisan make:migration add_votes_to_users_table --table=users

php artisan make:migration create_users_table --create=users