I am trying to forward engineer my new schema onto my db server, but I can\'t figure out why I am getting this error. I\'ve tried to search for the answer here, but everyth
In my case I had to disable FOREIGN KEY checks as the source tables did not exist.
FOREIGN KEY
SET FOREIGN_KEY_CHECKS=0;