Store the general information of a request
Data model
Fields
| Field | Type | Description |
|---|---|---|
| action_type* | TINYINT | Type of action requested |
| component_id | INT | Identifier of the component associated with the request |
| component_name | NVARCHAR (800) | Name of the component associated with the request |
| component_type* | TINYINT | Type of component on which the request is executed |
| created_date* | DATETIME2 | Date of creation of the request |
| target_id* | INT | Unique identifier of the request |
Primary Key
| PK_ADM_COMPONENT_REQUEST_TARGET |
|---|
| target_id |