Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Contents |
Prev | Next |
Data Model To ERD Transformation
The Data Model to Entity Relationship Diagram (ERD) transformation creates an ERD logical model from a Data Model. It is the reverse of the ERD to Data Model transformation. This transformation uses and demonstrates support in the intermediary language for a number of database-specific concepts.
Supported Concepts
Concept |
Effect |
See also |
---|---|---|
Entity |
Mapped one-to-one onto Table elements. |
|
Attribute |
Mapped one-to-one onto Columns. |
|
Primary Key |
Derived from the PrimaryKey type of column. |
Notes
Learn more