Many to many relations with extra pivot field using Repeaters
Hi, I have a
User
model and a Course
model
there is also a course_user
table with
user_id
, course_id
and type
fields.
Relation from the Course
model is:
Now i want to use this relation in a Repeater but the fields does not fill correctly.1 Reply
dont forget to create a CourseUser model as a pivot :
on your Resource :