bagisto / laravel-data-faker

Creates fake data of products and customers for testing
MIT License
23 stars 23 forks source link

Job batch doesn't exist #29

Closed istiaqahmed121998 closed 10 months ago

istiaqahmed121998 commented 2 years ago

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, ?, ?))

jitendra-webkul commented 1 year ago

Please run the following command to generate job migrations

php artisan queue:batches-table

php artisan migrate