#Prisma Client Issue

4 messages · Page 1 of 1 (latest)

rare glade
#

I have table called story and have few fields including "user_id", I can see that field in prisma schema.

I did "prisma db pull" and also "prisma generate", "user_id" there in schema but not in prisma client as when I am trying to insert data into story table it gives me error attached.

I am using supabase

keen osprey
#

Hello @rare glade 👋

Could you please share your schema.prisma file or the story model and also the query that you are invoking?

rare glade
#

Sure. I will share here soon

rare glade
#

story model