increase attempt count

This commit is contained in:
Taylor Otwell
2026-04-16 08:58:08 -05:00
parent 64c91e5ff9
commit 8ad7826f56

View File

@@ -15,7 +15,7 @@ return new class extends Migration
$table->id();
$table->string('queue')->index();
$table->longText('payload');
$table->unsignedTinyInteger('attempts');
$table->unsignedSmallInteger('attempts');
$table->unsignedInteger('reserved_at')->nullable();
$table->unsignedInteger('available_at');
$table->unsignedInteger('created_at');