feat: add type extension for column (#122)
* feat: decimal128 proto * chore: make all * chore: empty line * refactor: remove precision and scale * chore: cr comment Co-authored-by: Yingwen <realevenyag@gmail.com> --------- Co-authored-by: Yingwen <realevenyag@gmail.com>
This commit is contained in:
@@ -103,6 +103,8 @@ message ColumnDef {
|
||||
bytes default_constraint = 4;
|
||||
SemanticType semantic_type = 5;
|
||||
string comment = 6;
|
||||
// Extension for ColumnDataType.
|
||||
ColumnDataTypeExtension datatype_extension = 7;
|
||||
}
|
||||
|
||||
message AddColumnLocation {
|
||||
|
||||
Reference in New Issue
Block a user