chore: change create database api (#143)
This commit is contained in:
@@ -71,7 +71,7 @@ message DropTableExpr {
|
||||
|
||||
message CreateDatabaseExpr {
|
||||
string catalog_name = 1;
|
||||
string database_name = 2;
|
||||
string schema_name = 2;
|
||||
bool create_if_not_exists = 3;
|
||||
map<string, string> options = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user