feat: Support SET DEFAULT syntax (#251)

Signed-off-by: Yihai Lin <yihai-lin@foxmail.com>
This commit is contained in:
Lin Yihai
2025-07-29 11:19:12 +08:00
committed by GitHub
parent 7fcaa3e413
commit 3bb33593a7
10 changed files with 4505 additions and 570 deletions
+1
View File
@@ -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;