MySQL returned an empty result set (i.e. zero rows). (Query took 0.0307 seconds.)
SELECT * FROM `queue`
|
item_id
Primary Key: Unique item ID. |
name
The queue name. |
data
The arbitrary data for the item. |
expire
Timestamp when the claim lease expires on the item… |
created
Timestamp when the item was created. |
||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|