Job

From DreamFactory
Jump to: navigation, search

job_t

Table definition as of 2015-09-18 11:28:46

Field Type Collation Null Key Default Extra Privileges Comment
id bigint(20) unsigned NO PRI auto_increment select,insert,update,references
queue varchar(255) utf8_unicode_ci NO select,insert,update,references
payload text utf8_unicode_ci NO select,insert,update,references
attempts tinyint(3) unsigned NO select,insert,update,references
reserved tinyint(3) unsigned NO select,insert,update,references
reserved_at int(10) unsigned YES select,insert,update,references
available_at int(10) unsigned NO select,insert,update,references
created_at int(10) unsigned NO select,insert,update,references