Database design - Friend activities
Hi, Currently I am designing a small twitter/facebook kind of system, where in a user should be able to see his friends latest activities. I am using ASP.NET with MySQL database. My Friendships table is as follows: |Friendshipid|friend1|Friend2|confirmed| Friend1 and Friend2 in the above table are userids. User activities table ...