Field excluded when running prisma query to supabase
The following code:
Produces the following in the terminal:
Even though my users table contains a password field (see photo) in my supabase and it is in sync with my schema.
Any thoughts on why the prisma query won't select password (or updated_at or created_at for that matter)?
Produces the following in the terminal:
Even though my users table contains a password field (see photo) in my supabase and it is in sync with my schema.
Any thoughts on why the prisma query won't select password (or updated_at or created_at for that matter)?
