Reference tables for Change Impact Analyzer Table to hold Service Analyzer relationships between Assets
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Primary key of this table |
| persid | nvarchar(30) | with null | Persistent ID (SystemObjectName:id) |
| hier_parent | byte(16) | with null | The parent asset in this relationship |
| hier_child | byte(16) | not null | The child asset in this relationship |
| last_mod_dt | integer | with null | Timestamp of when this record was last modified |
| last_mod_by | byte(16) | with null | Specifies the UUID of the contact who last modified this record |
| cost | integer | with null | The cost value for this Change Impact Analyzer relationship. |
| sym | nvarchar(60) | not null | The symbolic value for this Change Impact Analyzer relationship |
| nx_desc | nvarchar(40) | with null | The description value for this Business_Management. |
| bm_rep | integer | with null | Foreign key to the id field of the busrep table |
Product Name: Unicenter Service Desk
Table Type: Table