#many to many relationship

2 messages · Page 1 of 1 (latest)

hollow mulch
#

Hello, I have 2 collections (users and exercises) and I would like to have a record collection with 2 relationships (users and exercises) and a value. I've therefore chosen the many to many relationship (since users can have several records and the same goes for exercises), but the problem is that I have to use arrays. How can I avoid using them?
Ty

vale dirge
#

It needs to be an array?

One user can have many exercises that would be an array of exercises on the user object