laravel 中的 php artisan migrate命令
2020-02-28 本文已影响0人
苏大发
执行: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