laravel-async-queue icon indicating copy to clipboard operation
laravel-async-queue copied to clipboard

wrong table name 'queue_jobs'

Open gwilgen opened this issue 9 years ago • 1 comments

the command

php artisan queue:table

actually creates a table named jobs instead of queue_jobs. Just changing the async connection configuration solves the problem

gwilgen avatar Jan 29 '16 09:01 gwilgen

Same issue here on Laravel 5.3 . Any suggestions ? Thanks

alihaider123go avatar Mar 28 '17 10:03 alihaider123go