Homparty dev

This commit is contained in:
Kevin Adametz 2020-12-16 20:03:51 +01:00
parent 9252094a04
commit ac0d5b781e
60 changed files with 3443 additions and 293 deletions

View file

@ -28,6 +28,9 @@ class CreateHomepartiesTable extends Migration
$table->boolean('active')->default(false);
$table->boolean('default')->default(false);
$table->string('token')->nullable();
$table->boolean('token_active')->default(true);
$table->timestamps();
});
}