Change defalut value to NOT NULL when creating table (#1293)

This commit is contained in:
lichaoyong
2019-06-12 18:28:11 +08:00
committed by GitHub
parent 6be806aa39
commit a8900d102d

View File

@ -1603,7 +1603,7 @@ column_definition ::=
opt_is_allow_null ::=
{:
RESULT = true;
RESULT = false;
:}
| KW_NULL
{: