Footprints Data Model |
Table |
Table Name | Definition Relationship |
Table Definition | All relationships between definitions are stored in this table in order to make the model able to handle new relationships without changes to tables. |
Attribute |
Attribute Name | Attribute Definition | Logical Datatype | Is Required |
Definition Relationship Id | The automatically generated primary key of the defn_reln table. | LONG | Yes |
Definition Relationship Type Id | A Foreign Key to the Definition Relationship Type table. | INTEGER | Yes |
From Definition Version Id | A Foreign Key to the Definition Version table. | LONG | Yes |
To Definition Version Id | A Foreign Key to the Definition Version table. | LONG | Yes |