Last bugfixes

This commit is contained in:
2026-05-01 20:41:07 +02:00
parent 188735e4aa
commit 94934027fa
3 changed files with 3 additions and 3 deletions
@@ -12,7 +12,7 @@ return new class extends Migration {
Schema::create('page_texts', function (Blueprint $table) {
$table->id();
$table->string('name');
$table->string('content');
$table->longText('content');
$table->timestamps();
});
}
@@ -27,7 +27,7 @@ return new class extends Migration {
$table->string('lastname');
$table->string('nickname')->nullable();
$table->string('participation_type');
$table->string('local_group');
$table->string('local_group')->nullable();
$table->date('birthday');
$table->string('address_1');
$table->string('address_2')->nullable();