fix: remove column comments
This commit is contained in:
parent
480f84be11
commit
8d49a840eb
|
@ -23,10 +23,7 @@ create_subtable_clause: {
|
||||||
}
|
}
|
||||||
|
|
||||||
create_definition:
|
create_definition:
|
||||||
col_name column_definition
|
col_name column_type
|
||||||
|
|
||||||
column_definition:
|
|
||||||
type_name [comment 'string_value']
|
|
||||||
|
|
||||||
table_options:
|
table_options:
|
||||||
table_option ...
|
table_option ...
|
||||||
|
|
Loading…
Reference in New Issue