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
frmfire
chatter_discussion
SQLSTATE[HY000]: General error: 1005 Can't create table frmfire.chatter_discussion (errno: 150 "Foreign key constraint is incorrectly formed") (SQL: alter table chatter_discussion add constraint chatter_discussion_chatter_category_id_foreign foreign key (chatter_category_id) references chatter_categories (id) on delete cascade on update cascade) Laravel Framework 6.0x
chatter_discussion_chatter_category_id_foreign
chatter_category_id
chatter_categories
id
The text was updated successfully, but these errors were encountered:
Same issue Please Solve it
Sorry, something went wrong.
same here
No branches or pull requests
SQLSTATE[HY000]: General error: 1005 Can't create table
frmfire
.chatter_discussion
(errno: 150 "Foreign key constraint is incorrectly formed") (SQL: alter tablechatter_discussion
add constraintchatter_discussion_chatter_category_id_foreign
foreign key (chatter_category_id
) referenceschatter_categories
(id
) on delete cascade on update cascade)Laravel Framework 6.0x
The text was updated successfully, but these errors were encountered: