feat: add comment field to ColumnDef (#104)

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
Ruihang Xia
2023-09-17 05:59:41 -05:00
committed by GitHub
parent e81a60e817
commit 637c54338f
5 changed files with 316 additions and 38 deletions
+1
View File
@@ -102,6 +102,7 @@ message ColumnDef {
bool is_nullable = 3;
bytes default_constraint = 4;
SemanticType semantic_type = 5;
string comment = 6;
}
message AddColumnLocation {