Kinda Tryna fix
This commit is contained in:
@@ -15,7 +15,15 @@ class CreateMenuPlans extends Migration
|
||||
{
|
||||
Schema::create('menu_plans', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('monday', 255);
|
||||
$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