fixed migration
This commit is contained in:
@@ -37,7 +37,7 @@ return new class extends Migration
|
|||||||
$table->timestamp('dismissed_at')->nullable();
|
$table->timestamp('dismissed_at')->nullable();
|
||||||
$table->timestamps();
|
$table->timestamps();
|
||||||
|
|
||||||
$table->unique(['guest_notification_id', 'guest_identifier']);
|
$table->unique(['guest_notification_id', 'guest_identifier'], 'guest_notifications_guest_identifier_unique');
|
||||||
$table->index(['guest_identifier', 'status']);
|
$table->index(['guest_identifier', 'status']);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user