Bugfixes
This commit is contained in:
@@ -22,7 +22,7 @@ return new class extends Migration {
|
||||
|
||||
$table->foreignId('event_id')->constrained('events', 'id')->cascadeOnDelete()->cascadeOnUpdate();
|
||||
$table->foreignId('user_id')->nullable()->constrained('users', 'id')->cascadeOnDelete()->cascadeOnUpdate();
|
||||
$table->string('identifier');
|
||||
$table->string('identifier')->unique();
|
||||
$table->string('firstname');
|
||||
$table->string('lastname');
|
||||
$table->string('nickname')->nullable();
|
||||
|
||||
Reference in New Issue
Block a user