Prisma Schema Naming Convention Best Practices

Naming conventions for Prisma schemas that map to MySQL tables using snake_case tables, PascalCase columns, id primary keys, ReferencedTableID foreign keys, explicit unique constraints, and idx_ index names.

lazuee Updated

File contents

lazuee/agent-skills/tree/main/skills/prisma-schema-naming-convention-best-practices commit 0c5ddc0d3a

Frequently asked questions

npx skillmds@latest add lazuee/prisma-schema-naming-convention-best-practices