Suppose we have the following models:
These two models have a many-to-many relation which normally in Strapi translates into a new separate relation table.
I want to specify the score of a student in a specific test.
Normally in plain SQL, this will mean adding a new column to the relation table that will add the score for each student-exam combination. But I don't know if Strapi has the flexibility to implement this approach.
My question is, Is there any possibility to achieve this using Strapi?
there is multiple approaches possible:
Second option seems more appropriate since component would be bound to student.