MySQL Cannot Add Foreign Key Constraint

后端 未结 22 2111
时光取名叫无心
时光取名叫无心 2020-11-22 08:35

So I\'m trying to add Foreign Key constraints to my database as a project requirement and it worked the first time or two on different tables, but I have two tables on which

22条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-22 08:57

    Had a similar error, but in my case I was missing to declare the pk as auto_increment.

    Just in case it could be helpful to anyone

提交回复
热议问题