I am writing an ORM. I am curious how friend relations are generally modeled. Are they duplicated relations in a link table with each user an owner of his friend relations, or is there an introduction of a mutually owned relation, where the orm looks up relation links where the relation owner's id can be in the child field of the relation link table?
Asked
Active
Viewed 61 times
0
-
An example might be helpful to understand what you mean – jeff Jul 14 '12 at 21:37