当您通过示例使用命令时:
php artisan make:migration create_tasks_table --create=tasks
它在文件内创建一个表文件和依赖链接
\vendor\composer\autoload_classmap.php
我怎么能做类似的事情?
php artisan remove:table:file create_Task_table
当您通过示例使用命令时:
php artisan make:migration create_tasks_table --create=tasks
它在文件内创建一个表文件和依赖链接
\vendor\composer\autoload_classmap.php
我怎么能做类似的事情?
php artisan remove:table:file create_Task_table