Edited menuplan - Can now be seen by users
This commit is contained in:
@@ -15,6 +15,7 @@ class CreateMenuPlans extends Migration
|
||||
{
|
||||
Schema::create('menu_plans', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('week', 2);
|
||||
$table->string('monday', 255);
|
||||
$table->string('tuesday', 255);
|
||||
$table->string('wednesday', 255);
|
||||
|
||||
Reference in New Issue
Block a user