feat: add DROP DEFAULT (#246)

Signed-off-by: Yihai Lin <yihai-lin@foxmail.com>
This commit is contained in:
Lin Yihai
2025-06-17 16:19:39 +08:00
committed by GitHub
parent fdcbe5f1c7
commit 82fe5c6282
9 changed files with 4128 additions and 939 deletions
+1
View File
@@ -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;