Common Discovery table used to identify relationships between classes
| Column Name | Column Datatype | Column Null Option | Column Comment |
| dst_class_id | integer | not null | ID number of class |
| src_class_id | integer | not null | ID number of class |
| src_hierarchy_id | integer | not null | ID number of hierachy |
| dst_hierarchy_id | integer | not null | ID number of hierachy |
| type | varchar(32) | with null | Type of relationship - example child |
Product Name: Asset
Table Type: Table