迁移命令问题
Migration Command issue
实际上我是 运行 PHP artisan 在 cmd 上使用 migrate 命令来 tun 迁移,但我的屏幕上没有任何反应。光标只是在闪烁。
D:\D DRIVE\Yazdan\software\htdocs\new1_larval>php artisan 迁移
^C
D:\D DRIVE\Yazdan\software\htdocs\new1_larval>
在命令 运行.
时不要使用 Ctrl+C
Ctrl+C将停止执行命令。
实际上我是 运行 PHP artisan 在 cmd 上使用 migrate 命令来 tun 迁移,但我的屏幕上没有任何反应。光标只是在闪烁。
D:\D DRIVE\Yazdan\software\htdocs\new1_larval>php artisan 迁移 ^C D:\D DRIVE\Yazdan\software\htdocs\new1_larval>
在命令 运行.
时不要使用 Ctrl+CCtrl+C将停止执行命令。