Level 47
The error tells you why. The column you're querying for does not exist.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi, I've installed my application on a Laravel Forge/Digital Ocean server, with a queue worker. But none of my jobs succeed. They all go in the failed_jobs table with the exception column filled with this message :
PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'integer_in_raw' in 'where clause' in /home/forge/***/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:80
Any idea why ? thanks
Please or to participate in this conversation.