PrismaP
Prisma15mo ago
12 replies
stryche.

enum @map value

I have this enum mapping but it doesn't generate the same value instead it uses the key as the value.
enum Gender {
  MALE   @map("M")
  FEMALE @map("F")
}
image.png
Was this page helpful?