Participant mangement
This commit is contained in:
@@ -30,7 +30,7 @@ return new class extends Migration {
|
||||
$table->string('local_group');
|
||||
$table->date('birthday');
|
||||
$table->string('address_1');
|
||||
$table->string('address_2');
|
||||
$table->string('address_2')->nullable();
|
||||
$table->string('postcode');
|
||||
$table->string('city');
|
||||
$table->string('email_1');
|
||||
|
||||
Reference in New Issue
Block a user