You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.
When I delete my old user migration and create a new user migration .
I got an error about"a foreign key constraint fails".
I modify my new user migration the same as old user migration,it works well.
that mean
Old:
2014_09_24_181007_create_users_table
->
New:
2016_09_24_181007_create_users_table
as you see ,the problem is that a foreign required that your packages migration must after my user migrations.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I delete my old user migration and create a new user migration .
I got an error about"a foreign key constraint fails".
I modify my new user migration the same as old user migration,it works well.
that mean
Old:
->
New:
as you see ,the problem is that a foreign required that your packages migration must after my user migrations.
The text was updated successfully, but these errors were encountered: