Fix grammar with schemaTypeMap
This commit is contained in:
parent
ff34e26878
commit
5d22af7c36
@ -401,7 +401,7 @@ propertyType : BOOL
|
||||
|
||||
propertyKeyTypePair : propertyKeyName propertyType ;
|
||||
|
||||
schemaTypeMap : '(' ( propertyKeyTypePair ( ',' propertyKeyTypePair )* )? ')' ;
|
||||
schemaTypeMap : '(' propertyKeyTypePair ( ',' propertyKeyTypePair )* ')' ;
|
||||
|
||||
createSchema : CREATE SCHEMA ON ':' labelName schemaTypeMap ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user