Visual Paradigm plugin, which exports description of Tables and Columns as SQL script with comments.
Example of result:
COMMENT ON TABLE cd IS 'Table CD';
COMMENT ON COLUMN cd.c IS 'Column c';
COMMENT ON COLUMN cd.d IS 'DSA''s';
COMMENT ON TABLE ab IS 'Table AB';
COMMENT ON COLUMN ab.a IS 'Column А';
COMMENT ON COLUMN ab.b IS 'Column B';
- Download a release with the plugin
- Install then plugin into Visual Paradigm (Help - Install plugin)
- Click on Export comments as DDL in context menu of ER Diagram