getTable('talk_rooms'); if ($table->hasColumn('active_guests')) { $table->dropColumn('active_guests'); } return $schema; } }