Skip to content

Prisma Ts Software Download May 2026

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