Answers for "Cannot add or update a child row: a foreign key constraint fails (`isdb_blog`.`#sql-bb0_2df`, CONSTRAINT `#sql-bb0_2df_ibfk_1` FOREIGN KEY (`cat_id`) REFERENCES `tbl_category` (`id`))"

0

Cannot add or update a child row: a foreign key constraint fails

SET FOREIGN_KEY_CHECKS=0
Posted by: Guest on July-09-2021

Code answers related to "Cannot add or update a child row: a foreign key constraint fails (`isdb_blog`.`#sql-bb0_2df`, CONSTRAINT `#sql-bb0_2df_ibfk_1` FOREIGN KEY (`cat_id`) REFERENCES `tbl_category` (`id`))"

Browse Popular Code Answers by Language