Contains the information of the change sets created
Data model
Fields
| Field | Type | Description |
|---|---|---|
| creation_date* | DATETIME | Save the date and time the change set was created |
| description | VARCHAR (255) | Description of the change set |
| error | VARCHAR (MAX) | Saves the error message if one was generated when generating the JSON file |
| id* | INT | Unique identifier of the change set |
| is_active* | BIT | Determines whether or not the change set is active |
| is_close* | BIT | Determine whether or not the change set is closed |
| json_data | VARCHAR (MAX) | Save the change set operations in JSON format when the change set is complete |
| name* | VARCHAR (255) | Change set name |
| user_id* | INT | Save the user who created the change set |
Primary Key
| PK__ASMS_CHA__3213E83FB1B296ED |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| user_id* | dbo.AFW_USERS | user_id | FK01_ASMS_CHANGE_SET |