+------------+------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+------------+------------------+------+-----+---------+----------------+
| id | int(10) unsigned | NO | PRI | NULL | auto_increment |
| priority | int(11) | YES | MUL | 0 | |
| attempts | int(11) | YES | | 0 | |
| handler | text | YES | | NULL | |
| run_at | datetime | YES | | NULL | |
| locked_at | datetime | YES | MUL | NULL | |
| locked_by | text | YES | | NULL | |
| failed_at | datetime | YES | | NULL | |
| last_error | text | YES | | NULL | |
+------------+------------------+------+-----+---------+----------------+
Back to Database Schema
Back to Snorby E-Book