We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I set db to mysql and when I run migrate I get:
[Illuminate\Database\QueryException] SQLSTATE[HY000]: General error: 1215 Cannot add foreign key constraint (SQL: alter table `users` add constraint `users_sp_id_foreign` foreign key (`sp_id`) references `users` (`id`))
The text was updated successfully, but these errors were encountered:
well you can remove that its not necessary , unless you need it... ill update it soon, but you can remove that column that should clear out
Sorry, something went wrong.
No branches or pull requests
I set db to mysql and when I run migrate I get:
The text was updated successfully, but these errors were encountered: