Vigyata.AI
Is this your channel?
PastebinPastebinTimestamp 20

00 schema.prisma template code

This is the schema.prisma template I start from to get NextAuth working cleanly with Prisma. It includes the core models (User, Account, Session, VerificationToken) so you can db push and move fast without guessing the relations.

Buy on Pastebin

You'll be taken to Pastebin to complete your purchase.

Pros

  • +Saves time setting up NextAuth + Prisma models
  • +Good baseline schema for auth tables

Cons

  • -You’ll still need to extend the schema for your actual app models (games, attempts, etc.)

Featured in 2 videos