Footprints Data Model |
Table |
Name | defn_ver_association |
Comment |   |
Column |
Name | Datatype | Comment | Is PK | Is FK |
defn_ver_association_id | bigint | The automatically generated primary key of the defn_ver_association 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 |
association_type_id | bigint | A Foreign Key to the Association Type table. | No | Yes |