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