Alter table to remove Foreign Key or add DELETE CASCADE (MySQL)
Alter table to remove Foreign Key or add DELETE CASCADE (MySQL)
Step 1 : Get the Foreign Key Name. SHOW CREATE TABLE tableName; Note the name of Foreign key (which is mostly auto generated) output will look something like CONSTRAINT `FK4C5B93445F11A0B7` F...
Dec 20, 2016
·
Tushar