Backend Migrations This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle backend migrations. When to use this skill - When creating new migration files in directory - When editing existing migration files (with caution for deployed migrations) - When writing table creation or modification logic using Schema builder - When implementing migration rollback/down methods for reversibility - When adding or modifying database columns, indexes, or constraints - When creating or dropping foreign key relationships - When renam…