Couldn't find table: "migrations" #34438
Unanswered
marcuswiseman
asked this question in
General
Replies: 1 comment
-
It could be cached. Try dropping your cache:
Then try again. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Commands
php artisan schema:dump
andphp artisan schema:dump --prune
both assume the migrations table is called migrations.However, in my project I have renamed my migrations table to "sys_migrations_mig", which is defined in my database.php config file.
The following error is returned.
Steps To Reproduce:
Change database.php configuration 'migrations' to another name, then attempt to run
php artisan schema:dump
.Beta Was this translation helpful? Give feedback.
All reactions