How to change default schema like `?schema={schema-name}`?
I have been set the schema of Prisma w/
But On Prisma Postgres, It only connects to
How can I do?
DATABASE_URL. (e.g. postgres://....../db-name?schema=schema-name)But On Prisma Postgres, It only connects to
public schema.How can I do?