Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

superfive33's avatar

All jobs failing with PDO Exception

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

0 likes
3 replies
rawilk's avatar

The error tells you why. The column you're querying for does not exist.

superfive33's avatar

But I’m not using this column name anywhere in my application.

Please or to participate in this conversation.