feat: add fulltext options for column (#179)
* feat: add fulltext options for column Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> * feat: use string instead Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> * chore: polish Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> * chore: copy every where Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> * doc: polish Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> * extract as message Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> --------- Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
This commit is contained in:
@@ -169,8 +169,12 @@ message ColumnDef {
|
||||
bytes default_constraint = 4;
|
||||
SemanticType semantic_type = 5;
|
||||
string comment = 6;
|
||||
|
||||
// Extension for ColumnDataType.
|
||||
ColumnDataTypeExtension datatype_extension = 7;
|
||||
|
||||
// Additional column options.
|
||||
ColumnOptions options = 8;
|
||||
}
|
||||
|
||||
message AddColumnLocation {
|
||||
|
||||
Reference in New Issue
Block a user