Acerca de
This skill provides a robust framework for managing database schema evolution directly through Claude Code. It automates the generation of timestamped migration files containing both 'up' and 'down' scripts, ensuring that changes like adding columns or altering tables are version-controlled and reversible. Supporting popular databases like PostgreSQL, MySQL, SQLite, and MongoDB, it streamlines the development workflow by handling the boilerplate of schema changes while enforcing best practices like idempotency and transactional integrity.