Using different schema than public in pg
In my company, we need to use another schema than "public". So we need all our DB to be created in this other pre-existing schema.
I was trying to find the easiest way to do that, I saw you can specify at the config level for each table but isn't there an easier way like a simple setting in the drizzle config to just change public to something else ?
0 Replies