supastarter for Next.jssupastarter for Next.jsDatabase
Schema
Where the database schema lives in supastarter and how to change it.
The database schema is defined in the packages/database package: Prisma uses prisma/schema.prisma, and Drizzle uses drizzle/schema/.
To add or change models and run migrations, follow the update schema & migrate changes guide.