MySQL Error 1215: Cannot add foreign key constraint

前端 未结 30 2773
予麋鹿
予麋鹿 2020-11-22 01:37

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

30条回答
  •  温柔的废话
    2020-11-22 02:10

    I got the same error while trying to add an fk. In my case the problem was caused by the FK table's PK which was marked as unsigned.

提交回复
热议问题