TARS
Explore posts from serversPPrisma
•Created by TARS on 8/2/2024 in #help-and-questions
npx prisma generate wont update the Product model.
Hey, I'm working on a simple e-commerce with next.js/prisma. And when I update the Product model the client doesn't update the types for Product.
Here is the prisma.schema model Product:
Here is what I get from importing the Product type from @prisma/client
When I migrate the new schema to the db, it successfully reflects the changes I made to Product model, the media relation.
I've deleted modules, reinstalled the client, rebooted the computer. What can I try more?
4 replies