Represents a relationship between CIs of a baseline
Data model

Fields
Field |
Type |
Description |
author_id |
INT |
Identifier of the user who created the relationship |
created_date |
DATETIME |
Date the relationship was created |
fl_int_bl_id* |
INT |
Baseline identifier |
fl_int_ci_child_id* |
INT |
Identifier of the CI child of the relationship |
fl_int_ci_parent_id* |
INT |
Identifier of the parent CI of the relationship |
fl_str_relationtype_id* |
INT |
Relationship type identifier |
Primary Key
PK_CMDB_CI_CI_HIST |
fl_int_ci_parent_id, fl_int_ci_child_id, fl_int_bl_id, fl_str_relationtype_id |
References
Column |
Referenced Table |
Referenced column |
Name |
fl_int_bl_id* |
dbo.CMDB_BASELINE |
cibl_id |
FK01_CMDB_CI_CI_HIST |
fl_int_ci_child_id* |
dbo.CMDB_CI |
id |
FK03_CMDB_CI_CI_HIST |
fl_int_ci_parent_id* |
dbo.CMDB_CI |
id |
FK02_CMDB_CI_CI_HIST |