Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Allow in Cayenne Modeler the possibility to automatically remove prefixes from the table and column names when doing the reverse engineering step.
In many DBs, the table names have prefixes like 'T_' or 'app_' (where app is the name of the db or application name) or some other project specific conventions.
Also it's usual for many columns to have the 'C_' prefix or the table name as a prefix in front of every column.
Those conventions are OK for the DB, but not as Object names, so allot of manual work is required right now. Please allow an automatic way for this: this would increase the productivity allot.
Thank you.