Change defalut value to NOT NULL when creating table (#1293)
This commit is contained in:
@ -1603,7 +1603,7 @@ column_definition ::=
|
||||
|
||||
opt_is_allow_null ::=
|
||||
{:
|
||||
RESULT = true;
|
||||
RESULT = false;
|
||||
:}
|
||||
| KW_NULL
|
||||
{:
|
||||
|
||||
Reference in New Issue
Block a user