Mysql使用Navicat建立外键时报错cannot add foreign key constraint分析
Posted NeymarGoal
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mysql使用Navicat建立外键时报错cannot add foreign key constraint分析相关的知识,希望对你有一定的参考价值。
mysql使用Navicat建立外键时报错cannot add foreign key constraint分析
1)要关联的字段类型或长度不一致。
2)两个要关联的表编码不一样。
3)某个表已经有记录了。
4)将“删除时”和“更新时”都设置相同,如都设置成CASCADE。
以上是关于Mysql使用Navicat建立外键时报错cannot add foreign key constraint分析的主要内容,如果未能解决你的问题,请参考以下文章
解决在Mysql上删除外键时报错Error Code: 1091. Can‘t DROP ‘XXX‘; check that column/key exists