Relationships not working? (Simplest one-one relationship)
I can't seem to have Drizzle return the correct query when using the relationship syntax. I have the following relationship defined:
user-schema.ts
auth-schema.ts
relationship-schema.ts
but however when I query:
It returns users with no managers associated. Am I doing something wrong here? First time using drizzle!
Tysm ❤️
0 Replies