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