Footprints Data Model |
Table |
Name | defn_reln |
Comment |
All relationships between definitions are stored in this table in order to make the model able to handle new relationships without changes to tables. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
defn_reln_id | bigint | The automatically generated primary key of the defn_reln table. | Yes | No |
from_defn_ver_id | bigint | A Foreign Key to the Definition Version table. | No | Yes |
to_defn_ver_id | bigint | A Foreign Key to the Definition Version table. | No | Yes |
defn_reln_type_id | int | A Foreign Key to the Definition Relationship Type table. | No | Yes |