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
testdb
projects
projects_cout_id_foreign
cout_id
couts
id
I Made migration and database but there a single table is not working anyone help me out here thanks in advance :)
The text was updated successfully, but these errors were encountered:
did you find the database file?
Sorry, something went wrong.
No branches or pull requests
SQLSTATE[HY000]: General error: 1005 Can't create table
testdb
.projects
(errno: 150 "Foreign key constraint is incorrectly formed") (SQL: alter table
projects
add constraintprojects_cout_id_foreign
foreign key (cout_id
) referencescouts
(id
) on update cascade)I Made migration and database but there a single table is not working anyone help me out here thanks in advance :)
The text was updated successfully, but these errors were encountered: