We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'bagisto.job_batches' doesn't exist (SQL: insert into job_batches (id, name, total_jobs, pending_jobs, failed_jobs, f ailed_job_ids, options, created_at, cancelled_at, finished_at) values (97a3e995-2650- 48c4-a6a7-ef940b277a16, , 0, 0, 0, [], a:0:{}, 1667302543, ?, ?))
job_batches
id
name
total_jobs
pending_jobs
failed_jobs
f ailed_job_ids
options
created_at
cancelled_at
finished_at
The text was updated successfully, but these errors were encountered:
Please run the following command to generate job migrations
php artisan queue:batches-table
php artisan migrate
Sorry, something went wrong.
No branches or pull requests
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'bagisto.job_batches' doesn't exist
(SQL: insert into
job_batches
(id
,name
,total_jobs
,pending_jobs
,failed_jobs
,f ailed_job_ids
,options
,created_at
,cancelled_at
,finished_at
) values (97a3e995-2650-48c4-a6a7-ef940b277a16, , 0, 0, 0, [], a:0:{}, 1667302543, ?, ?))
The text was updated successfully, but these errors were encountered: