thedevdojo / chatter

Chatter is a Simple Laravel Forum Package
https://devdojo.com/forums
MIT License
897 stars 295 forks source link

How to Solve - General error: 1005 Can't create table `frmfire`.`chatter_discussion` #275

Open pkmaurya opened 4 years ago

pkmaurya commented 4 years ago

error

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

demosys2 commented 4 years ago

Same issue error2 Please Solve it

EmadSoMad commented 4 years ago

same here