A modification made to the IQ represents a historical line
Data model
Fields
| Field | Type | Description |
|---|---|---|
| cibl_created | DATETIME | Baseline Creation Date |
| cibl_description | NVARCHAR (MAX) | Baseline Description |
| cibl_id* | INT | Baseline identifier |
| cibl_userid | INT | Identifier of the user who creates the baseline, references the table AFW_USERS.user_id |
Primary Key
| PK_CMDB_BASELINE |
|---|
| cibl_id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| cibl_userid | dbo.AFW_USERS | user_id | FK01_CMDB_BASELINE |