소개
This skill streamlines the creation of database migrations for CFWheels applications, ensuring cross-database compatibility by avoiding platform-specific SQL. It enforces critical best practices such as correct file placement in the app/migrator/migrations directory, proper use of timestamps for soft-delete support, and database-agnostic date formatting. The skill also provides essential production-tested fixes for common CLI generator bugs, specifically addressing issues with string-based boolean parameters that can lead to silent failures in table creation.