Merge pull request #16708 from taosdata/docs/removeColComment

fix: remove column comments
This commit is contained in:
dapan1121 2022-09-07 11:13:22 +08:00 committed by GitHub
commit 463b9ed8f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -23,10 +23,7 @@ create_subtable_clause: {
}
create_definition:
col_name column_definition
column_definition:
type_name [comment 'string_value']
col_name column_type
table_options:
table_option ...