Skip to content

Support for COMMENT ON TABLE, COMMENT ON COLUMN... #984

@ghost

Description

Please add support for the following constructs ( used by Postgres, Oracle, Redshift ) :

COMMENT ON TABLE texto_fichero is "This is a sample comment";
COMMENT ON COLUMN texto_fichero.fichero_id is 'This is a comment';

MySql uses:
ALTER TABLE texto_fichero COMMENT "This is a sample comment";
ALTER TABLE texto_fichero MODIFY id COMMENT 'some comment';

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions