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
Check for table compatibility. For example, if one table is MyISAM and the other one is InnoDB, you may have this issue.
MyISAM
InnoDB