text('plan_description_pargraph')->nullable(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table('settings', function ($table) { $table->dropColumn('plan_description_pargraph'); }); } };