MySQL friends table

后端 未结 5 1878
没有蜡笔的小新
没有蜡笔的小新 2020-12-08 08:32

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

5条回答
  •  执念已碎
    2020-12-08 08:44

    Create a single table for all the friends and give each friend a UsersID which is equal to their respective users key

提交回复
热议问题