Fewo PDF Hinweise, Generator, Anhang Mail

This commit is contained in:
Kevin Adametz 2020-06-29 12:23:21 +02:00
parent a3bef8d1aa
commit 730832c8e1
31 changed files with 1786 additions and 147 deletions

View file

@ -23,6 +23,7 @@ class CreateFewoLodgingTable extends Migration
$table->integer('type_id')->nullable();
$table->string('name', 255);
$table->string('single_name', 255);
$table->string('pdf_name', 255);
$table->longText('description');
$table->longText('equipment');
$table->string('adress1', 255);