Store the alerts generated by the panic button from the mobile app
Data model
Fields
| Field | Type | Description |
|---|---|---|
| alert_date* | DATETIME | Alert generation date |
| config | VARCHAR (250) | Data where the alert notification is sent |
| created_date* | DATETIME | Date Registered in Alert Database |
| id* | INT | Unique identifier of the alert |
| id_specialist* | INT | Specialist Identifier |
| lat* | DECIMAL | Latitude of the alert |
| lng* | DECIMAL | Alert Length |
Primary Key
| PK_AFLS_PANIC_BUTTON |
|---|
| id |