I have set up Directus with a Postgres connection to Supabase.
I was wondering if there's a way to specify the schema used for the tables used for the Directus App, so everything with directus_
There's no need for it to be in the public schema as it really should be hidden from the Supabase API.
I saw you can make Directus aware of different schemas, which is nice, but I could't find anything in the official documentation, nor would it be possible to specify in Directus admin that which DB schema should be used when adding a new collection.
From a different message this would be the config:
DB_SEARCH_PATH="public,other,schema"