v0.5.11 - Changed CKEditor to TinyMCEditor / Removed Monday-Thursday in menu_plans and added a TinyMCEditor instead.
This commit is contained in:
@@ -18,10 +18,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);
|
||||
$table->string('thursday', 255);
|
||||
$table->longText('menu');
|
||||
$table->unique('week');
|
||||
$table->timestamps();
|
||||
//$table->text('description');
|
||||
|
||||
Reference in New Issue
Block a user