feat: Support SET DEFAULT syntax (#251)
Signed-off-by: Yihai Lin <yihai-lin@foxmail.com>
This commit is contained in:
@@ -165,6 +165,7 @@ message AlterRequest {
|
||||
DropDefaults drop_defaults = 12;
|
||||
SetIndexes set_indexes = 13;
|
||||
UnsetIndexes unset_indexes = 14;
|
||||
SetDefaults set_defaults = 15;
|
||||
}
|
||||
// The version of the schema before applying the alteration.
|
||||
uint64 schema_version = 4;
|
||||
|
||||
Reference in New Issue
Block a user