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
ALTER TABLE aaa ADD COLUMN b2 int(5) NOT NULL DEFAULT 0 COMMENT '退货进度' after b1;
aaa
b2
针对这种语句,不允许出现after
The text was updated successfully, but these errors were encountered:
feature: 添加参数check_column_position_change,可控制是否检查列位置/顺序变更 (#40)
2422a64
#41
Sorry, something went wrong.
No branches or pull requests
ALTER TABLE
aaa
ADD COLUMN
b2
int(5) NOT NULL DEFAULT 0 COMMENT '退货进度' after b1;针对这种语句,不允许出现after
The text was updated successfully, but these errors were encountered: