Update
This commit is contained in:
@@ -20,7 +20,7 @@ public function up(): void
|
||||
$table->timestamp('expires_at');
|
||||
$table->timestamp('used_at')->nullable();
|
||||
$table->timestamps();
|
||||
|
||||
|
||||
$table->index(['user_id', 'expires_at']);
|
||||
$table->index('expires_at');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user