About the docs
Overview
The User
and Post
data model
User
and Post
are the canonical models that are being used throughout the Prisma docs. This page gives some context on why these have been selected and how to interpret them.
Naming conventions for tables and columns
Table names are generally spelled in PascalCase. Column names in camelCase.
Embrace redundancy
Meet the user where they are.