My data model has all the table comments and column comments in the Comments
section rather than Comments in RDBMS
. This way whenever I generate the DDL's from the data model the comments are literally printed next to the columns rather than being printed as COMMENT ON TABLE
or COMMENT ON COLUMN
which is working as expected.
Is there any way to move these comments into the RDBMS comments so that they appear on the DDL's?
I have found a hack around this.