添加外键式异常 1215-cannot add foreign key constranint
Posted itsaner
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了添加外键式异常 1215-cannot add foreign key constranint相关的知识,希望对你有一定的参考价值。
添加外键时报错,原因是添加外键的表的字段的字段类型不一致
比如我的第一张表id是int类型,添加约束的dep_id是bigint类型,所以报错,只要把两张表添加约束的字段类型改成统一的即可
本人大学生小白一枚,经常遇到疑难杂症,记录错误同时,帮助更多的人,如有错误,请指出,谢谢。
以上是关于添加外键式异常 1215-cannot add foreign key constranint的主要内容,如果未能解决你的问题,请参考以下文章
[Err] 1215 - Cannot add foreign key constraint
mysql8.0数据库执行语句报1215-Cannot add foreign key constraint