Config Log Table Schema (config_log)


Description

Changes done in server configuration through admin UI

config_log table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
userid BIGINT 19 null
user.id conflog_use2_fk R
timemodified BIGINT 19 null
plugin VARCHAR 100 null
name VARCHAR 100
value LONGTEXT 2147483647 null
oldvalue LONGTEXT 2147483647 null

Table contained -1 rows

config_log table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
conflog_tim_ix Performance Asc timemodified
conflog_use_ix Performance Asc userid

config_log table relationships