Search Results

1
vote

Database design: Best table structure for capturing the User/Friend relationship?

Perhaps add a Relationship table, put the relationship properties there, and reference it from UserFriend. …