fix: remove column comments

This commit is contained in:
dapan1121 2022-09-07 11:08:18 +08:00 committed by GitHub
parent 480f84be11
commit 8d49a840eb
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 ...