On the import sql or code, add
SET FOREIGN_KEY_CHECKS=0;
For more readings MySQL – FOREIGN KEY Constraints Documentation
On the import sql or code, add
SET FOREIGN_KEY_CHECKS=0;
For more readings MySQL – FOREIGN KEY Constraints Documentation