美文网首页工作生活
laravel 中的 php artisan migrate命令

laravel 中的 php artisan migrate命令

作者: 苏大发 | 来源:发表于2020-02-28 23:15 被阅读0次

执行:php artisan migrate --help

会出现:


image

所以指定文件是可以的,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