feat: enable database creation (#141)
This commit is contained in:
@@ -70,9 +70,10 @@ message DropTableExpr {
|
||||
}
|
||||
|
||||
message CreateDatabaseExpr {
|
||||
string database_name = 1;
|
||||
bool create_if_not_exists = 2;
|
||||
map<string, string> options = 3;
|
||||
string catalog_name = 1;
|
||||
string database_name = 2;
|
||||
bool create_if_not_exists = 3;
|
||||
map<string, string> options = 4;
|
||||
}
|
||||
|
||||
message TruncateTableExpr {
|
||||
|
||||
Reference in New Issue
Block a user