Contains the information of the imported change sets
Data model
Fields
| Field | Type | Description |
|---|---|---|
| date_end | DATETIME | Date the change set import process was completed |
| date_import* | DATETIME | Date the change set was added to import |
| error | VARCHAR (MAX) | Save the error message if one was generated when importing the JSON file |
| file_name* | VARCHAR (255) | Name of the json file that contains the change set |
| id* | INT | Unique identifier of the change set import |
| json_data | VARCHAR (MAX) | Save the change set operations in JSON format when the import is complete |
| status* | INT | Change Set Import Process Status |
| user_id* | INT | Save the user who generated the change set import |
Primary Key
| PK__ASMS_CHA__3213E83FD03BA7C0 |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| user_id* | dbo.AFW_USERS | user_id | FK01_ASMS_CHANGE_SET_IMPORT |