소개
This skill automates the creation of database migration pairs (up.sql and down.sql) specifically designed for Go projects using the golang-migrate library. It ensures consistent naming conventions using precise timestamps, enforces best practices like mandatory field comments and InnoDB engine usage, and provides standardized templates for creating tables, modifying columns, and managing indexes to maintain a robust, documented, and reversible database schema.