Hi, I have a perplexing question here about using ...
# orm-help
c
Hi, I have a perplexing question here about using prisma. It appears to not see one of the fields on my table .. it found it when I did the npx prisma db pull, but a findMany() doesn't see it. It's the in the database itself, in the schema.prisma and in the GraphQL SDL.
r
You must have forgotten to run
prisma generate
.