Represents a relationship between baselines and ICs
Data model
Fields
Field | Type | Description |
---|---|---|
baseline_id* | INT | Baseline identifier |
ci_id* | INT | IC ID |
Primary Key
PK_CMDB_CI_BASELINE |
---|
ci_id, baseline_id |
References
Column | Referenced Table | Referenced column | Name |
---|---|---|---|
baseline_id* | dbo.CMDB_BASELINE | cibl_id | FK02_CMDB_CI_BASELINE |
ci_id* | dbo.CMDB_CI | id | FK01_CMDB_CI_BASELINE |