increase attempt count
This commit is contained in:
@@ -15,7 +15,7 @@ return new class extends Migration
|
|||||||
$table->id();
|
$table->id();
|
||||||
$table->string('queue')->index();
|
$table->string('queue')->index();
|
||||||
$table->longText('payload');
|
$table->longText('payload');
|
||||||
$table->unsignedTinyInteger('attempts');
|
$table->unsignedSmallInteger('attempts');
|
||||||
$table->unsignedInteger('reserved_at')->nullable();
|
$table->unsignedInteger('reserved_at')->nullable();
|
||||||
$table->unsignedInteger('available_at');
|
$table->unsignedInteger('available_at');
|
||||||
$table->unsignedInteger('created_at');
|
$table->unsignedInteger('created_at');
|
||||||
|
|||||||
Reference in New Issue
Block a user