Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
||
queue_name | VARCHAR | 64 | null |
|
|
Name of the queue which includes this item |
||
weight | INT | 10 | null |
|
|
|||
submit_time | DATETIME | 19 | null |
|
|
date on which this item was submitted to the queue |
||
release_time | DATETIME | 19 | √ | null |
|
|
date on which this job becomes available; null if ASAP |
|
data | TEXT | 65535 | √ | null |
|
|
Serialized queue |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
index_queueids | Performance | Asc/Asc/Asc | queue_name + weight + id |
Diagram producer might be missing
No diagrams were produced please see application output for any errors