drizzle.query doesn't work with tables outside `public` schema
I can't make the drizzle query syntax work with tables in my custom schema. Am I missing something? This is a reduced example of my setup:
---
Although it's not documented I tried
---
Although it's not documented I tried
db.query.custom.foo.findMany... with no success.