Use a different schema on postgres
Hello, I am currently trying to define a table with drizzle like this:
But this table is not on the public schema on postgres, is there a way to change the schema so that the generated code will be "sandbox.rollup_account_responses_daily" ?
Thanks
1 Reply
Update:
You can define a custom schema like this