Table in which each of the Alert statuses are recorded
Data model
Fields
| Field | Type | Description |
|---|---|---|
| id_alert* | INT | Alert Identifier. |
| id_status* | INT | Unique identifier of the table |
| status | BIT | Marking to identify whether the corresponding record is in active/inactive status |
Primary Key
| PK_AFLS_ALERT_STATUS |
|---|
| id_status |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| id_alert* | Bod. AFW_ALERT | id | FK01_AFLS_ALERT_STATUS |