exec($sql); echo "Migration successful: dropped team_members table.\n"; } catch (PDOException $e) { die("Migration failed: " . $e->getMessage() . "\n"); }