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
增加规则config column-not-allow-type:
解析语句sql ALTER TABLE tb_user ADD COLUMN testdemo TEXT NULL AFTER create_time;
tb_user
testdemo
create_time
生成的解析报告不允许的字段展示错误
建表语句中使用了不推荐的字段类型 Item: COL.018 Severity: L1 Content: 以下字段类型不被推荐使用:boolean
The text was updated successfully, but these errors were encountered:
No branches or pull requests
增加规则config
column-not-allow-type:
解析语句sql
ALTER TABLE
tb_user
ADD COLUMN
testdemo
TEXT NULL AFTERcreate_time
;生成的解析报告不允许的字段展示错误
建表语句中使用了不推荐的字段类型
Item: COL.018
Severity: L1
Content: 以下字段类型不被推荐使用:boolean
The text was updated successfully, but these errors were encountered: