staruml-ddl
staruml-ddl copied to clipboard
Export comments
Export documentation comments for tables and their entities. Example:
CREATE TABLE table1 ( id bigint(20) NOT NULL comment 'comments from documentation goes here', ....