Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以有一个包含 user_id 和 Friends 列的表,并存储与用户成为朋友的所有用户的用户 ID?还是在朋友表中为每个“关系”设置一行更好?什么更实用?
这在一定程度上取决于您打算如何使用它,但通常,是的,您希望每个关系都有一行,以便更轻松地查询这些个人关系(“有多少人是 Bob 的朋友”,“Jane 有多少朋友有总数”等)。