laravel-async-queue
laravel-async-queue copied to clipboard
wrong table name 'queue_jobs'
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
Same issue here on Laravel 5.3 . Any suggestions ? Thanks