我的laravel项目说迁移表创建成功。但是什么都没有迁移到数据库中

时间:2019-09-20 16:50:03

标签: mysql laravel migration multi-tenant

我正在写php artisan tenancy:migrate:fresh laravel,它说:

Migration table created successfully.
Migrating: 2019_09_07_014338_create_permission_tables
Migrated:  2019_09_07_014338_create_permission_tables (0.52 seconds)
Migrating: 2019_09_12_211209_create_tasks_table
Migrated:  2019_09_12_211209_create_tasks_table (0.02 seconds)
Migrating: 2019_09_14_012243_create_photos_table
Migrated:  2019_09_14_012243_create_photos_table (0.03 seconds)
Migrating: 2019_09_15_012554_create_task_users_table
Migrated:  2019_09_15_012554_create_task_users_table (0.14 seco

但是当我打开租户时,没有任何迁移。在我的config / tenancy.php文件中,我为迁移指定了以下文件夹:

'tenant-migrations-path' => database_path('migrations/tenant'),

我不知道问题出在哪里,因为昨天它可以正常工作,并且在再次安装MySQL之后我遇到了这个问题。

有人猜测会是什么吗?

我必须强调php artisan migrate可以正常工作,并且所有内容都已迁移到我的数据库中。

0 个答案:

没有答案