Twitist Forums
What is a good table structure or database setup for doing favorites or follows like on Twitter? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: Twitter forums (/forum-1.html)
+--- Forum: Twitter General help (/forum-6.html)
+--- Thread: What is a good table structure or database setup for doing favorites or follows like on Twitter? (/thread-57888.html)



What is a good table structure or database setup for doing favorites or follows like on Twitter? - Pistol - 01-26-2013 09:30 PM

I am trying to do a favorites feature where users can add items to their favorites like on Twitter (follows) or Youtube.


- Naturally Sleep - 01-26-2013 09:38 PM

Have a table with columns username and following

With each new follow, a new row is created with the username and the name the user is following.