Untitled

Anonymous
prisma
06/03/2024 9:29 AM
188 B
15
Indexable
model User {
    id          String @id @default(cuid())
    name        String
    password    String
    email       String @unique
}
Editor is loading...
Leave a Comment