Description
Manage database schema migrations for SQLAlchemy projects, keeping structural changes in versioned scripts that can be applied or rolled back. It helps developers evolve databases alongside application code.
Migrations can alter or delete production data if written incorrectly. Review generated scripts, test upgrades and downgrades, and back up important databases before applying.