Common Database Reference table illustrating the hierarchy of classes
| Column Name | Column Datatype | Column Null Option | Column Comment |
| hierarchy_id | integer | not null | Hiearchy id foreign key to ca_hierarchy |
| child_class_id | integer | not null | Class ID of child (current) class |
| parent_class_id | integer | not null | Class id of parent class to child class. |
| level | integer | with null | Child class level in the hiearchical path |
| hierarchy_path | varchar(100) | with null | Hiearchical path of the child class |
Product Name: Asset
Table Type: Table