Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | INT | 10 | √ | null |
|
|
||
status | VARCHAR | 32 | √ | null |
|
|
||
progress | INT | 10 | √ | null |
|
|
||
size | INT | 10 | √ | null |
|
|
||
borrowernumber | INT | 10 | √ | null |
|
|
||
type | VARCHAR | 64 | √ | null |
|
|
||
queue | VARCHAR | 191 | default |
|
|
Name of the queue the job is sent to |
||
data | LONGTEXT | 2147483647 | √ | null |
|
|
||
context | LONGTEXT | 2147483647 | √ | null |
|
|
JSON-serialized context information for the job |
|
enqueued_on | DATETIME | 19 | √ | null |
|
|
||
started_on | DATETIME | 19 | √ | null |
|
|
||
ended_on | DATETIME | 19 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
borrowernumber | Performance | Asc | borrowernumber |
queue | Performance | Asc | queue |
status | Performance | Asc | status |