Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
notifications_id | INT UNSIGNED | 10 | √ | null |
|
|
||
title | VARCHAR | 255 | '' |
|
|
|||
body | TEXT | 65535 | null |
|
|
|||
severity | INT | 10 | √ | 0 |
|
|
0=ok,1=warning,2=critical |
|
source | VARCHAR | 255 | '' |
|
|
|||
checksum | VARCHAR | 128 | null |
|
|
|||
datetime | TIMESTAMP | 19 | '1970-01-02 00:00:00' |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | notifications_id |
notifications_checksum_unique | Must be unique | Asc | checksum |
notifications_severity_index | Performance | Asc | severity |
Diagram producer might be missing
No diagrams were produced please see application output for any errors