Database Migration
PROExecute database migrations across ORMs with zero-downtime strategies, data transformation, and rollback procedures.
Migrate databases safely with zero downtime strategies. Schema changes, data migration, and rollback plans that actually work.
Example Usage
Help me add a new ‘subscriptions’ table with foreign keys to users in my PostgreSQL database using Prisma, with zero-downtime migration.
How to Use This Skill
Copy the skill using the button above
Paste into your AI assistant (Claude, ChatGPT, etc.)
Fill in your inputs below (optional) and copy to include with your prompt
Send and start chatting with your AI
Suggested Customization
| Description | Default | Your Value |
|---|---|---|
| ORM/tool used | prisma | |
| Who I'm emailing (client, colleague, manager) | colleague | |
| The purpose of my email | request |
What You’ll Get
- Step-by-step migration plan
- Zero-downtime strategy
- Rollback procedures
- ORM-specific code