📜  使用迁移运行播种机 - 任何代码示例

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

代码示例2
php artisan make:model MODEL_PATH\MODEL_NAME -ms
  
-m, --migration Create a new migration file for the model.
-s, --seeder Create a new seeder file for the model.