[#6994] Emulate COMMENT ON TABLE in MySQL
This commit is contained in:
parent
8a545cfab9
commit
59a81425ec
@ -67,10 +67,10 @@ alterTableStatement = 'ALTER TABLE' [ 'IF EXISTS' ] tableName break
|
||||
| ( 'SET' | 'DROP' ) 'NOT NULL'
|
||||
| [ 'RENAME' ] 'TO' identifier
|
||||
)
|
||||
| 'COMMENT' [ '=' ] stringLiteral
|
||||
| 'DROP' [ 'COLUMN' ] identifier [ 'CASCADE' | 'RESTRICT' ]
|
||||
| 'DROP CONSTRAINT' constraintName
|
||||
| 'RENAME' [ ( 'COLUMN' | 'INDEX' | 'CONSTRAINT' ) identifier ] 'TO' identifier
|
||||
|
|
||||
)
|
||||
;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user