Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
|||||
| date | DATETIME | 19 | null |
|
|
||||||
| duration | INT | 10 | null |
|
|
||||||
| error | INT | 10 | null |
|
|
||||||
| message | LONGTEXT | 2147483647 | √ | null |
|
|
|||||
| name | VARCHAR | 1000 | √ | null |
|
|
|||||
| session_id | BIGINT | 19 | null |
|
|
||||||
| type | INT | 10 | null |
|
|
||||||
| version | BIGINT | 19 | √ | 1 |
|
|
|||||
| web_server | VARCHAR | 80 | √ | null |
|
|
|||||
| primary_page | BIT | 1 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| FKA2D7E350880BCBC9 | Performance | Asc | session_id |
| type_date | Performance | Asc/Asc/Asc | type + date + name |
| type_name | Performance | Asc/Asc/Asc | type + name + date |



