Supabase Database w/ Prisma, not return `slug` column.
Hi,
So I have the following model described with Prisma.
My table in Supabase show all the correct columns, and my seed script populated the
However, when using Prisma, I'm unable to get the
Is there something unique with a column named
Things I have tried:
-
-
So I have the following model described with Prisma.
My table in Supabase show all the correct columns, and my seed script populated the
slug table with unique identifiers. However, when using Prisma, I'm unable to get the
slug column back from Supabase. Is there something unique with a column named
slug? Do I need to interact with the slug column? Things I have tried:
-
npx prisma db pull-
npx prima db push