feat: add engine field for CreateTableExpr (#25)
This commit is contained in:
@@ -33,6 +33,7 @@ message CreateTableExpr {
|
||||
map<string, string> table_options = 9;
|
||||
TableId table_id = 10;
|
||||
repeated uint32 region_ids = 11;
|
||||
string engine = 12;
|
||||
}
|
||||
|
||||
message AlterExpr {
|
||||
|
||||
Reference in New Issue
Block a user