MySQL friends table
Posted
by asmo
on Stack Overflow
See other posts from Stack Overflow
or by asmo
Published on 2010-06-09T19:27:16Z
Indexed on
2010/06/09
19:32 UTC
Read the original article
Hit count: 191
I have a MySQL DB in which I store data about each user.
I would like to add a list of friends for each user. Should I create a table of friends for each user in the DB or is there a better way?
© Stack Overflow or respective owner