As the title states, I am using Prisma 2 in a Next JS app. I have a very simple schema:
model User { id Int @id @default(autoincrement()