Fixed menuplan create
This commit is contained in:
@@ -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');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user