Replies: 1 comment 3 replies
-
Can you post your full Component please, should make diagnosing it a little easier. |
Beta Was this translation helpful? Give feedback.
3 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.
-
My
User
model has a relationship with myPurchase
model:Our users have many purchases, and I am getting one row per purchase instead of one row per user. If user "Brad Pitt" made three purchases with us, three identical (except for the "Last Purchase" date) rows appear.
Is there anything I can do to stop this or enforce one row per user?
Beta Was this translation helpful? Give feedback.
All reactions