Field excluded when running prisma query to supabase

Why can't I access profile in user? (ORM) (Postgres)
Is it bad practice to depend on the unique constraint while creating a new object?
circular variable reference issues

Raw SQL generated for cursor using libsql issue
prisma.transaction.findMany() not working
Cleaning code
How to push changes to already deployed db?
push for production environment....check connection - prisma nextjs
Lock tables
500 (Internal Server Error) from simple query

[Help]Prisma ORM with Express and TypeScript. Trying to use include.
Category model. You defined a field procucts instead of products. Can you update the field and then regenerate the Prisma Client by running npx prisma generate....prisma use middleware
Prisma telemetry operation contains unaccounted for time
Prisma ORM returns two different results from two similar (?) queries
is_deleted, type and inserted should be mandatory for both queries, but it seems that only the second one, with the duplicated common fields in both OR 'branches', give me the correct result.
```ts...UncheckedCreateInput error when trying to create a many to many relationship (likeSermon / likePost)

Implicite Many-to-Many relationship double primary key
mongodb connection randomly unable to connect
Prisma client doesn't get updated with new columns after db pull
user_auth_token in the schema that showed up after I prisma db pull. I then use prisma generate to regenerate the prisma client but I still can't update this field.
npx prisma migrate dev --name init from tutorial not working
npx prisma migrate dev --name init the terminal gets stuck at:
```
Environment variables loaded from .env
Prisma schema loaded from prisma/schema.prisma
Datasource "db": PostgreSQL database "postgres", schema "public" at "aws-0-us-west-1.pooler.supabase.com:6543"...