·database-migrations
{}

database-migrations

affaan-m/everything-claude-code

Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Django, TypeORM, golang-migrate).

114Installs·26Trend·@affaan-m

Installation

$npx skills add https://github.com/affaan-m/everything-claude-code --skill database-migrations

SKILL.md

For operations Prisma cannot express (concurrent indexes, data backfills):

Remove a column from the Django model without dropping it from the database immediately:

| Anti-Pattern | Why It Fails | Better Approach |

Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Django, TypeORM, golang-migrate). Source: affaan-m/everything-claude-code.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill database-migrations
Category
{}Data Analysis
Verified
First Seen
2026-02-14
Updated
2026-02-18

Quick answers

What is database-migrations?

Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Django, TypeORM, golang-migrate). Source: affaan-m/everything-claude-code.

How do I install database-migrations?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/affaan-m/everything-claude-code --skill database-migrations Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/affaan-m/everything-claude-code