feat(flink): support NOT NULL syntax (#103)
* feat(flink): support NOT NULL syntax * feat(flinksql): support NULL
This commit is contained in:
@ -180,7 +180,7 @@ rowTypeDimension
|
||||
;
|
||||
|
||||
columnConstraint
|
||||
:(KW_CONSTRAINT constraintName)? KW_PRIMARY KW_KEY KW_NOT KW_ENFORCED
|
||||
:(KW_CONSTRAINT constraintName)? KW_PRIMARY KW_KEY (KW_NOT KW_ENFORCED)? | KW_NOT? KW_NULL
|
||||
;
|
||||
|
||||
commentSpec
|
||||
|
Reference in New Issue
Block a user