Contains information about CI’s relationship with projects
Data model
Fields
| Field | Type | Description |
|---|---|---|
| ci_ciid* | INT | IC ID |
| ci_projectid* | INT | Project ID |
Primary Key
| PK_CMDB_CI_PROJECT |
|---|
| ci_ciid, ci_projectid |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| ci_ciid* | dbo.CMDB_CI | id | FK02_CMDB_CI_PROJECT |
| ci_projectid* | dbo.ASMS_PROJECTS | proj_id | FK01_CMDB_CI_PROJECT |