The job queue - a list of active offline jobs such as preview processing.
ref,int(11),
type,varchar(100),
job_data,mediumtext,
start_date,datetime,
user,int(11),
status,int(11),
success_text,varchar(250),
failure_text,varchar(250),
job_code,varchar(100),
