📜  迁移特定的迁移文件 laravel - Shell-Bash 代码示例

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

代码示例3
* To run a specific migration

php artisan migrate:refresh --path=/database/migrations/2019_03_23_165757_create_combined_1553343771_users_table.php
  
- Note: it will drop the table and create a new one.