Database
Overview
Schema
You can find the schema of your database in the schema.prisma
file in the packages/database/prisma
directory. This file is used by Prisma to generate the database schema and the client.
Here is a preview of what the schema of your supastarter project looks like: