【发布时间】:2020-09-22 01:12:46
【问题描述】:
谁能给我命令以删除工作台中的检查约束?我使用了alter table details drop check details_chk_1;,但它不起作用。它在 drop 命令中显示错误。请帮忙
【问题讨论】:
-
请将 show create table details 的输出作为文本添加到问题中。
-
错误是什么?
标签: mysql mysql-workbench alter-table check-constraints