Signup for events implemented
This commit is contained in:
@@ -28,7 +28,7 @@ return new class extends Migration {
|
||||
$table->string('nickname')->nullable();
|
||||
$table->string('participation_type');
|
||||
$table->string('local_group');
|
||||
$table->dateTime('birthday');
|
||||
$table->date('birthday');
|
||||
$table->string('address_1');
|
||||
$table->string('address_2');
|
||||
$table->string('postcode');
|
||||
|
||||
Reference in New Issue
Block a user