Fixed menuplan create

This commit is contained in:
Anders
2020-06-30 08:21:36 +02:00
parent 45a7302640
commit c732d8eec0
3 changed files with 4 additions and 10 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');
});