logfiles_reformatted¶
- Description
reformatted version of data in logfiles table to enable nice display in control center dashboard
Columns¶
id int(11) NOT NULL AUTO_INCREMENT
- Options
display="true", null="true", search="false", type=""
logfile_name varchar(255) DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
log_message mediumtext DEFAULT NULL
- Options
display="true", null="true", search="false", type=""
last_change timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
- Options
display="true", null="true", search="false", type=""