소개
This skill automates the complex process of database version control by allowing Claude to generate timestamped migration files with both 'up' and 'down' scripts. It streamlines schema modifications—such as adding columns or modifying tables—while ensuring safety through rollback capabilities and support for transactions across major database systems including PostgreSQL, MySQL, and MongoDB. By enforcing best practices like idempotency and naming conventions, it ensures that your database evolution remains organized and reversible.