Implement safe, reversible database schema changes and zero-downtime deployments using industry-standard migration patterns.
This skill equips Claude with specialized knowledge for managing database schema changes across PostgreSQL, MySQL, and popular ORMs like Prisma, Drizzle, and Django. It prioritizes production safety by providing guidance on non-blocking index creation, safe column additions, and the expand-contract pattern for zero-downtime deployments. Whether you are backfilling millions of rows or setting up a new migration workflow, this skill ensures your database operations are immutable, reversible, and optimized for high-traffic environments without causing service interruptions.