dotEXE
Explore posts from serversPPrisma
•Created by dotEXE on 3/17/2025 in #help-and-questions
Remove the "?" in "user?.post"

5 replies
PPrisma
•Created by dotEXE on 3/16/2025 in #help-and-questions
@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?
4 replies
PPrisma
•Created by dotEXE on 3/16/2025 in #help-and-questions
How to update Prisma @unique
Hello,
So I started a new NextJS project.
I did this:
Then I added to slug @unique
But when I tried to do
It gave me an error : Invalid
prisma.user.findUnique()
invocation:
How do I apply the new @unique? the npx prisma db push did not work13 replies