Drizzle with multi-file schema not working.

So drizzle itself is working, but i cant make queries with "with" because the relations seem off. but with innerJoins it works and also when i put it in the schema.ts file it works. pretty sure i am configuring something not right in my index.ts file in my db folder (screenshot attached). any help is appreachiated!
image.png
Solution
in case anyone has a similar question: this is my index.ts file now that seems to work
image.png
Was this page helpful?