执行:php artisan migrate --help
会出现:
所以指定文件是可以的,php artisan migrate --path=xxx
php artisan migrate --path=/database/migrations/2019_07_01_203323_create_orders_table.php
执行:php artisan migrate --help
会出现:
所以指定文件是可以的,php artisan migrate --path=xxx
php artisan migrate --path=/database/migrations/2019_07_01_203323_create_orders_table.php
本文标题:laravel 中的 php artisan migrate命令
本文链接:https://www.haomeiwen.com/subject/dvtqhctx.html
网友评论