For laravel 9 or greater
If jobs table not created run below cmd to create a migration file for jobs table
php artisan queue:table
And then run migration using
php artisan migrate