You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The comments in the schema2 are imported from schema1.
The problem is that I can see the relation in drizzle studio and I can get the table with select(), but I can't get the comments with user in the query builder.
Report hasn't been filed before.
What version of
drizzle-orm
are you using?0.36.3
What version of
drizzle-kit
are you using?0.36.3
Other packages
No response
Describe the Bug
For my drizzle setup, I am using 3 files (example simplified) and postgresql db:
index.ts
schema.ts
schema2.ts
The comments in the schema2 are imported from schema1.
The problem is that I can see the relation in drizzle studio and I can get the table with select(), but I can't get the comments with user in the query builder.
Example select() (this works):
Example query builder (this doesnt work):
If I try to use query builder, I am getting following error
Error: Cannot read properties of undefined (reading 'columns')
The text was updated successfully, but these errors were encountered: