我有一个奇怪的案例: 它有效:
Create table `testasd`(
`asd` int(10) NOT NULL,
primary key (`asd`)
)
但这不起作用:
Create table `test1`(
`asd` int(10) NOT NULL,
primary key (`asd`)
)
无法添加外键约束
答案 0 :(得分:0)
mysql返回的错误是误导性的
要查找特定错误,请执行以下操作:
SHOW ENGINE INNODB状态;