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

Imadev's avatar

Queue jobs table

I already create a "jobs" table for real jobs in my app, later when I needed to create a queue to send emails I discovered that the table for that is named "jobs" too and it says that it can't create it.

Is there a solution to rename the queue jobs table or do I have to rename my table and class?

0 likes
3 replies
clubcouleurs's avatar

On your migration file created after : php artisan queue:table change the name of the table and migrate

Imadev's avatar

the command returns an error, it doesn't complete the execution and doesn't create the migration file

Please or to participate in this conversation.