Is it somehow possible to allow duplicate items in a many-to-many relation in Strapi? If not, whats the alternative?
I can have item A, B, C as it is now, not A, B, C, A, B which I need.
Is it somehow possible to allow duplicate items in a many-to-many relation in Strapi? If not, whats the alternative?
I can have item A, B, C as it is now, not A, B, C, A, B which I need.
A many-to-many relation requires an auxillary table, which cannot have duplicate entries.
What is the use case you are trying to solve? if its possible with usual database relations its also possible in strapi, but it has more to do with database design than strapi.