chore: change create database api (#143)

This commit is contained in:
Yohan Wal
2024-04-09 17:29:04 +08:00
committed by GitHub
parent c00c73b76e
commit b97efbf92a
5 changed files with 285 additions and 285 deletions
+1 -1
View File
@@ -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;
}