Replies: 1 comment
-
@mattiaz9 yeah we have it in roadmap |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I achieve this prisma example in drizzle:
In this example
domain
is a field insideCorporation
and I don't have direct access to it in theMember
table.In drizzle I can't innerJoin in an update function, so how can I do it? (without making multiple queries)
Beta Was this translation helpful? Give feedback.
All reactions