fix: remove column comments
This commit is contained in:
parent
480f84be11
commit
8d49a840eb
|
@ -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 ...
|
||||
|
|
Loading…
Reference in New Issue