Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | CHAR | 36 | null |
|
|
|||
| date_entered | DATETIME | 19 | √ | null |
|
|
||
| date_modified | DATETIME | 19 | √ | null |
|
|
||
| deleted | BIT | 1 | √ | 0 |
|
|
||
| parent_id | CHAR | 36 | null |
|
|
|||
| parent_type | VARCHAR | 255 | √ |
|
|
|||
| severity | VARCHAR | 15 | √ | null |
|
|
||
| notification_user_id | CHAR | 36 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_notify_sumz_del_d_e | Performance | Asc/Asc/Asc | deleted + date_entered + id |
| idx_notify_sumz_del_d_m | Performance | Asc/Asc/Asc | deleted + date_modified + id |
| idx_notify_sumz_id_del | Performance | Asc/Asc | id + deleted |
| idx_sumz_check_notify_state | Performance | Asc/Asc/Asc/Asc | parent_id + parent_type + notification_user_id + deleted |
