feat: add DROP DEFAULT (#246)
Signed-off-by: Yihai Lin <yihai-lin@foxmail.com>
This commit is contained in:
@@ -140,6 +140,7 @@ message AlterRequest {
|
||||
UnsetTableOptions unset_table_options = 9;
|
||||
SetIndex set_index = 10;
|
||||
UnsetIndex unset_index = 11;
|
||||
DropDefaults drop_defaults = 12;
|
||||
}
|
||||
// The version of the schema before applying the alteration.
|
||||
uint64 schema_version = 4;
|
||||
|
||||
Reference in New Issue
Block a user