out of all models only `categories` and `products...
# orm-help
a
out of all models only
categories
and
products
doesn't work for some reason
d
Hey @ador How are you instantiating your prisma client, I mean, where are you calling
new PrismaClient
?
Did you run the generate command after adding the new models?
1
a
Hey @Daniel Norman! Running
npx prisma generate
solved the problem. Thank you very much, was really stuck on this one!
d
No worries 😁