#Prisma Client Issue
4 messages · Page 1 of 1 (latest)
4 messages · Page 1 of 1 (latest)
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
Hello @rare glade 👋
Could you please share your schema.prisma file or the story model and also the query that you are invoking?
Sure. I will share here soon
story model