How to describe relations using column with array of ids instead junction table/parent_id? #4544
Unanswered
hambergerpls
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I'm trying to create a many-to-many relationship that can self-reference itself. I know that the simplest solution is to create a junction table, but my current situation does not allow creating the junction table at the moment.
Is there a way that we can describe the relations using column with array of ids?
I prefer to query with the query API if possible.
Beta Was this translation helpful? Give feedback.
All reactions