Prisma Ts Software Download -

model User { id Int @id @default(autoincrement()) email String @unique name String? posts Post[] }