Relations
table where r1.follower_id
equals r2.follower_id
and r1.user_id
is less than r2.user_id
.r1.user_id
and r2.user_id
.common_followers
.common_followers
across all pairs.user1_id
and user2_id
.erDiagram Relations { int user_id int follower_id user_id follower_id PK }