Store the general information of a request
Data model
Fields
| Field | Type | Description |
|---|---|---|
| action_type* | TINYINT | Type of action requested |
| component_type* | TINYINT | Type of component on which the request is executed |
| created_date* | DATETIME2 | Date of creation of the request |
| device_id | INT | Device identifier associated with the request |
| target_id* | INT | Unique identifier of the request |
Primary Key
| PK_ADM_COMPONENT_REQUEST_TARGET |
|---|
| target_id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| device_id | dbo.AAM_DEVICE | id | FK01_ADM_COMPONENT_REQUEST_TARGET |