Represents a relationship between baselines and ICs
Data model
Fields
| Field | Type | Description |
|---|---|---|
| baseline_id* | INT | Baseline ID, reference table CMDB_BASELINE.cibl_id |
| ci_id* | INT | CI ID, reference table CMDB_CI.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 |