feat: add UnsetTableOptions (#201)
This commit is contained in:
@@ -128,9 +128,10 @@ message AlterRequest {
|
||||
AddColumns add_columns = 2;
|
||||
DropColumns drop_columns = 3;
|
||||
ModifyColumnTypes modify_column_types = 5;
|
||||
ChangeTableOptions change_table_options = 6;
|
||||
SetTableOptions set_table_options = 6;
|
||||
SetColumnFulltext set_column_fulltext = 7;
|
||||
UnsetColumnFulltext unset_column_fulltext = 8;
|
||||
UnsetTableOptions unset_table_options = 9;
|
||||
}
|
||||
// The version of the schema before applying the alteration.
|
||||
uint64 schema_version = 4;
|
||||
|
||||
Reference in New Issue
Block a user