feat: create schema with options (#93)

* chore: add options to create database expr

* chore: rebase develop
This commit is contained in:
shuiyisong
2023-08-30 14:40:08 +08:00
committed by GitHub
parent e8e228b026
commit f263419222
5 changed files with 719 additions and 155 deletions
+1
View File
@@ -92,6 +92,7 @@ message CompactTableExpr {
message CreateDatabaseExpr {
string database_name = 1;
bool create_if_not_exists = 2;
map<string, string> options = 3;
}
message TruncateTableExpr {