关于
The Wheels Migration Generator is a specialized tool for CFWheels developers that automates the creation of database-agnostic migrations for creating tables, altering schemas, and managing seed data. It enforces critical best practices such as correct file placement in the 'app/migrator/migrations/' directory and prevents common pitfalls like database-specific SQL functions or duplicate timestamp columns. By automatically correcting common CLI generator bugs—such as the string-boolean parameter error—this skill ensures that your database changes are reliable, transactional, and portable across various database engines.