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
Create a single table for all the friends and give each friend a UsersID which is equal to their respective users key