This commit is contained in:
2020-06-30 08:50:14 +02:00
27 changed files with 198 additions and 55 deletions
@@ -19,9 +19,6 @@ class CreateMenuPlans extends Migration
$table->string('tuesday', 255);
$table->string('wednesday', 255);
$table->string('thursday', 255);
$table->string('friday', 255);
$table->string('saturday', 255);
$table->string('sunday', 255);
$table->timestamps();
//$table->text('description');
});