Database Prisma

Synthex database operations enforcer. NEVER use prisma db push for schema changes — use migrate diff + db execute. NEVER add non-nullable columns without defaults. NEVER write Prisma queries without organizationId scope. ALWAYS use backward-compatible migrations and validate with prisma validate first. Activate on ANY request to change schema, write a query, create a migration, add a model, or modify database operations.

cleanexpo 559f613 6.2 KB Updated

File contents

cleanexpo/synthex/tree/main/.claude/skills/database-prisma commit 559f613ece

Frequently asked questions

npx skillmds@latest add cleanexpo/database-prisma