error_log

7 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
LOGGED TIMESTAMP 26 null
THREAD_ID BIGINT UNSIGNED 20 null
PRIO enum('System', 'Error', 'Warning', 'Note') 7 null
ERROR_CODE VARCHAR 10 null
SUBSYSTEM VARCHAR 7 null
DATA TEXT 65535 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc LOGGED
ERROR_CODE Performance Asc ERROR_CODE
PRIO Performance Asc PRIO
SUBSYSTEM Performance Asc SUBSYSTEM
THREAD_ID Performance Asc THREAD_ID

Relationships