failed_jobs


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('failed_jobs_id_seq'::regclass)
connection text 2147483647 null
queue text 2147483647 null
payload text 2147483647 null
failed_at timestamp 22 null
exception text 2147483647 null
uuid varchar 255 null

Indexes

Constraint Name Type Sort Column(s)
failed_jobs_pkey Primary key Asc id
failed_jobs_uuid_unique Must be unique Asc uuid

Diagram producer might be missing

No diagrams were produced please see application output for any errors