Using custom schema for models, with prisma adapter.

Can you specify different database schema when using postgresql with prisma?
For example, I have my user table in auth.users rather than the default public.
Was this page helpful?