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
check_column_default_value = false
create table t1(id int primary key,c1 int default 1); Invalid default value for column 'c1'.
check_column_default_value = true
create table t1(id int primary key,c1 int default "a"); 解析结果为无异常
The text was updated successfully, but these errors were encountered:
merge #8
Sorry, something went wrong.
Merge pull request #6 from hanchuanchuan/master
9713659
update: 优化零值校验,基于服务器sql_mode规则
No branches or pull requests
check_column_default_value = false
check_column_default_value = true
The text was updated successfully, but these errors were encountered: