Prisma Database Migrations provides a comprehensive framework for managing database lifecycles, from initial prototyping to production deployment. It guides users through creating and applying migrations, handling complex schema changes like field renames without data loss, and maintaining environment parity. By offering clear patterns for development workflows, production CI/CD integration, and database seeding, this skill ensures that database changes are reproducible, audited, and safe across the entire development team.
主要功能
01Data-preserving patterns for field and model renames
020 GitHub stars
03Automated development migration generation and tracking
04Comprehensive database seeding and reset management
05Troubleshooting guidance for failed migrations and database drift
06Production-safe deployment workflows using migrate deploy