About
The Database Migration Manager skill provides a robust framework for handling database schema changes within your development workflow. It automates the creation of timestamped migration files, complete with 'up' and 'down' scripts, ensuring that every database modification is reversible and traceable. Supporting PostgreSQL, MySQL, SQLite, and MongoDB, this skill is essential for developers who need to maintain data integrity across different environments, safely add columns, or revert problematic schema changes using best practices like idempotency and transactional safety.