Hi all, I'm trying to have a dynamic relationship, how would you go about handling this in schema.prisma?
An example would be allowing a User to share an Image or a Bookmark to another User. We currently have a Sharing table that has a contact_id but also a entity_id and entity_type (ENUM).