Column Prefix from Logical to Relational Model
878740Jul 28 2011 — edited Aug 2 2011Hi,
is there any option, that data modeler append an prefix (table short name) to a column, when the logical model will be transformed to relational model? (Same behavior as Oracle Designer)
Example:
Logical Model
TABLE: PERSON
TABLE-SHORT: PERS
-
COLUMN-1: ID
COLUMN-1: NAME
Relational-Model
TABLE: PERSON
-
COLUMN-1: PERS_ID
COLUMN-2: PERS_NAME
Kind Regards,
Stefan