On your migration file created after : php artisan queue:table change the name of the table and migrate
Nov 23, 2019
3
Level 5
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?
Level 5
Please or to participate in this conversation.