概要
This skill automates the transformation of standard SQL migration files into the specialized Online Schema Change (OSC) format required for production database deployments. It intelligently parses Flyway scripts, extracts database and table metadata, and re-formats ALTER TABLE and CREATE INDEX statements into the specific tab-separated structure used by OSC tools. By standardizing data types and consolidating multiple operations into a single line, it ensures project-wide consistency and reduces the risk of manual formatting errors during the migration lifecycle.