Updating a record with a composite primary key #1440
Unanswered
jamesmcglinn
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.
-
Updating many-to-many map tables (with other properties)
Creating a many-to-many map record with a composite primary key is straightforward, as is retrieving them by querying/filtering relations.
But how would you go about updating non-key properties of a map record when the ID can only be a scalar on a single field?
Beta Was this translation helpful? Give feedback.
All reactions