boolean('show_atom')->default(true); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table('user_settings', function (Blueprint $table) { $table->dropColumn('show_atom'); }); } };