When a job fails, after upgrading to Laravel 11, failed jobs throws Sentry errors relating to my failed jobs table being unable to find a column named uuid. I do not have a column that's uuid, I have id which is a bigint.
Column not found: 1054 Unknown column 'uuid' in 'field list' (Connection: mysql, SQL: insert into failed_jobs
Horizon Version
5.23.2
Laravel Version
11.1.0
PHP Version
8.3.*
Redis Driver
PhpRedis
Redis Version
latest
Database Driver & Version
No response
Description
When a job fails, after upgrading to Laravel 11, failed jobs throws Sentry errors relating to my failed jobs table being unable to find a column named
uuid
. I do not have a column that's uuid, I haveid
which is a bigint.Steps To Reproduce
My failed jobs schema: