
In a single file, define your schema. What it looks like, what tables you have, what field each table has, how are rows related to each other.
Prisma generates and runs database migrations based on changes to the Prisma schema.
Prisma generates a type-safe database client based on the Prisma schema.

