소개
This skill empowers developers to manage evolving database schemas safely and efficiently by automating the generation of timestamped migration files. Supporting PostgreSQL, MySQL, SQLite, and MongoDB, it handles both 'up' and 'down' migration scripts to ensure easy rollbacks and consistent environments across development and production. It is particularly useful for tracking schema history, adding table columns, and maintaining database integrity through idempotent, transaction-aware modifications that integrate seamlessly into your version control workflow.