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