Any reason for not having Relationships.oneToMany? #220
Answered
by
eveningkid
borsemayur2
asked this question in
Q&A
-
As per the doc, we have to use |
Beta Was this translation helpful? Give feedback.
Answered by
eveningkid
Apr 18, 2021
Replies: 1 comment
-
That's true, There was however an inconsistency, you're right. But it's now fixed! As |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eveningkid
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's true,
oneToOne
existed because it was simpler than callingbelongsTo
twice.There was however an inconsistency, you're right. But it's now fixed!
As
belongsTo
is now used differently (see one-to-many), this should solve the problem.