Answer the question
In order to leave comments, you need to log in
Many-to-Many Relationship with Additional Parameter
There are two entities. For example people and tasks. A person can be a task creator, performer, and so on. Accordingly, the task has several fixed people with different statuses. How to implement it in ORM?
Answer the question
In order to leave comments, you need to log in
Таблицы:
"people"
id:fio
"tasks"
id:title
"исполнители_задачи"
people_id:task_id
"создатели_задачи"
people_id:task_id
Or would you like more details?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question