Add drop schema query
This commit is contained in:
parent
0cf677eef6
commit
c4863b36a5
@ -390,6 +390,8 @@ showSchemas : SHOW SCHEMAS;
|
||||
|
||||
createSchema : CREATE SCHEMA ON ':' labelName schemaPropertyList;
|
||||
|
||||
dropSchema : DROP SCHEMA ON ':' labelName;
|
||||
|
||||
schemaPropertyList : propertyKeyName propertyType ( ',' propertyKeyName propertyType )* ;
|
||||
|
||||
propertyType : BOOL
|
||||
|
Loading…
Reference in New Issue
Block a user