gpt4 book ai didi

mysql - 我无法在 mysql 中删除外键

转载 作者:可可西里 更新时间:2023-11-01 06:39:31 24 4
gpt4 key购买 nike

我试图在 php admin (mysql) 中删除一个外键,所以我正在执行下面的代码:

`ALTER TABLE Image_Question DROP INDEX FK_QuestionSession`

问题是我收到了这个错误:

#1553 - Cannot drop index 'FK_QuestionSession': needed in a foreign key constraint 

QuestionId 的外键从 Image_Question 表链接到问题表中的 QuestionId。

谢谢

最佳答案

先去除外键约束,再去除索引。否则你总是会出错。

alter table Image_Question drop foreign key key_name_here

关于mysql - 我无法在 mysql 中删除外键,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12656967/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com