Tagged Questions

0
votes
1answer
64 views

How to model many blobs for an object?

I want to enable something like a one-to-many relation between a text object and blobs so that a text object (an "article" or likewise) has many images and/or videos. There are two ways I see how to ...