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. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/kbravh--skills--prisma-expand-contract commit 8fffe448b4

Frequently asked questions

npx skillmds@latest add tomevault-io/prisma-expand-contract