Comments in entity wizard

Hi,

it would be nice to have in entity wizard possibility to add comment text for entity and for attributes. These comments could be used for ddl generation.

Hi,
We have a similar ticket for this: https://youtrack.cuba-platform.com/issue/STUDIO-4635
Not sure when it will be implemented though.

By the way, what do you mean by “could be used by ddl generation”?

IMHO, it would be best if a simple comment field were added to the designer for entities and fields. This could be appended in DDL as comment =‘foo’ for tables, columns, indices AND consolidated and added into the Java class as /** foo / for all the fields/columns and table/entity AND kept in sync between DB definitions and class definitions.