diff --git a/src/Illuminate/Queue/Console/stubs/batches.stub b/src/Illuminate/Queue/Console/stubs/batches.stub index 60be4d2b2ef1..c3ff23179138 100644 --- a/src/Illuminate/Queue/Console/stubs/batches.stub +++ b/src/Illuminate/Queue/Console/stubs/batches.stub @@ -19,7 +19,7 @@ return new class extends Migration $table->integer('total_jobs'); $table->integer('pending_jobs'); $table->integer('failed_jobs'); - $table->text('failed_job_ids'); + $table->longText('failed_job_ids'); $table->mediumText('options')->nullable(); $table->integer('cancelled_at')->nullable(); $table->integer('created_at');