Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加删除外键都会报错Not supported statement type. #68

Closed
jy3792397 opened this issue Jul 31, 2019 · 2 comments
Closed

添加删除外键都会报错Not supported statement type. #68

jy3792397 opened this issue Jul 31, 2019 · 2 comments

Comments

@jy3792397
Copy link

描述
确认enable_foreign_key=true已打开
执行alter table xxx add constraint FK_xxx foreign key (xxx) references xxx(xxx); 或者 ALTER TABLE xxx DROP FOREIGN KEY xxx;都会报错Not supported statement type.

重现
模拟重现的步骤

环境

  • 数据库: [mysql/mariadb]
  • 版本: [例如 5.7.21]

参数
enable_foreign_key

@hanchuanchuan
Copy link
Owner

好的,该问题确实存在,预计近两天修复。

@hanchuanchuan
Copy link
Owner

v1.0.4 版本更新

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants