Let's say I have a model called File. One file can...
# orm-help
v
Let's say I have a model called File. One file can belong to one other model (multiple files can belong to one other model). But there is multiple different models that can own it: Person, Organization etc. How do I model this in Prisma?