Footprints Data Model |
Table |
Name | defn_reln_type |
Comment | The Definition Relationship Type entity depicts a set of relationships that a Definition instance in the system can have with another Definition instance(i.e. parent_child indicatesto a hierarchical relationship) . This specific relationship is further clarified when combined with the Definition Relationship Member Type entity. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
defn_reln_type_id | int | The automatically generated primary key of the defn_reln_type table. | Yes | No |
defn_reln_type_name | varchar(255) | The name of the Definition Relationship Type. | No | No |
defn_reln_type_descr | varchar(512) | A descriptive name of the Definition Relationship Type. This descriptive name may be localized. | No | No |