TheSchwartz Error Table - openmelody/melody GitHub Wiki
Purpose
This table stores error messages reported during the execution of "TheSchwartz tasks."
Fields
ts_error_error_time- int(11) - The UNIX timestamp for when the error occurred.ts_error_funcid- int(11) - The foreign key pointing to ts_funcmap, identifying which function call failed.ts_error_jobid- int(11) - The foreign key point to ts_job, identifying which job failed.ts_error_message- varchar(255) - The error message.
Indexes
mt_ts_error_jobidmt_ts_error_error_timemt_ts_error_funcid_time- columns:ts_error_funcidts_error_error_time