Prisma Expand Contract

Safe database schema migrations using the expand-and-contract pattern with Prisma ORM. Use when renaming columns/tables, changing column types, adding non-nullable columns, or any schema change requiring zero-downtime deployment.

kbravh Updated

File contents

kbravh/skills/tree/main/prisma-expand-contract commit 764104ae96

Frequently asked questions

npx skillmds@latest add kbravh/prisma-expand-contract