Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | √ | null |
|
|
|||||
| alert_type | t_alert_type | 2147483647 | null |
|
|
This alert command from where this value, data type enum(followup) |
|||||
| alert_date | date | 13 | √ | null |
|
|
|||||
| alert_page_id | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pk_alert | Primary key | Asc | id |
| idx_alert_alert_date | Performance | Asc | alert_date |
| idx_alert_alert_page_id | Performance | Asc | alert_page_id |
| idx_alert_alert_type | Performance | Asc | alert_type |

