Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||
queue | VARCHAR | 255 | null |
|
|
|||
payload | LONGTEXT | 2147483647 | null |
|
|
|||
attempts | TINYINT UNSIGNED | 3 | null |
|
|
|||
reserved_at | INT UNSIGNED | 10 | √ | NULL |
|
|
||
available_at | INT UNSIGNED | 10 | null |
|
|
|||
created_at | INT UNSIGNED | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
jobs_queue_reserved_at_index | Performance | Asc/Asc | queue + reserved_at |
Diagram producer might be missing
No diagrams were produced please see application output for any errors