@map("updated_at") still shows updatedAt in prisma studio
Hey,
So I did
But when I go and do npx prisma studio, I still see it there as updatedAt, why?
So I did
But when I go and do npx prisma studio, I still see it there as updatedAt, why?
updatedAt DateTime @updatedAt @map("updated_at")