We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
描述 确认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.
重现 模拟重现的步骤
环境
参数 enable_foreign_key
The text was updated successfully, but these errors were encountered:
好的,该问题确实存在,预计近两天修复。
Sorry, something went wrong.
v1.0.4 版本更新
No branches or pull requests
描述
确认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.
重现
模拟重现的步骤
环境
参数
enable_foreign_key
The text was updated successfully, but these errors were encountered: