Signup for events implemented

This commit is contained in:
2026-03-22 00:06:03 +01:00
parent b8341890d3
commit 405591d6dd
13 changed files with 428 additions and 24 deletions

View File

@@ -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');