Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
Primary key ID |
|
message | VARCHAR | 128 | null |
|
|
Standardized message |
||
context | LONGTEXT | 2147483647 | √ | null |
|
|
JSON encoded data |
|
level | VARCHAR | 9 | √ | info |
|
|
error level per PSR3 |
|
timestamp | TIMESTAMP | 19 | CURRENT_TIMESTAMP |
|
|
Timestamp of when event occurred. |
||
contact_id | INT UNSIGNED | 10 | √ | null |
|
|
Optional Contact ID that created the log. Not an FK as we keep this regardless |
|
hostname | VARCHAR | 128 | √ | null |
|
|
Optional Name of logging host |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
Diagram producer might be missing
No diagrams were produced please see application output for any errors