Answers for "Cannot add or update a child row: a foreign key constraint fails (`etpb`.`#sql-3374_b06`, CONSTRAINT `etpb_rural_properties_ibfk_9` FOREIGN KEY (`assigned_to`) REFERENCES `app_users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE)"

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 (`etpb`.`#sql-3374_b06`, CONSTRAINT `etpb_rural_properties_ibfk_9` FOREIGN KEY (`assigned_to`) REFERENCES `app_users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE)"

Browse Popular Code Answers by Language