Why doesn't Repeater add records to my pivot table?
Whatever I did, it does not add my multiple relationships to the pivot table when I used the code I gave in the last picture. Where am I doing wrong?
4 Replies
the relationship should be 'hasMany' though?
I have seen it used this way in a few sources, but that's why I use it this way
@koti42 https://discord.com/channels/883083792112300104/883085278993068082/988739673318883348
repeaters write to the end table in the relationship
you need a hasmany to the pivot table
Thank you. I Solved. π