friendship database schema

Posted by Daniel Hertz on Stack Overflow See other posts from Stack Overflow or by Daniel Hertz
Published on 2010-05-26T04:56:43Z Indexed on 2010/05/26 5:01 UTC
Read the original article Hit count: 259

Filed under:
|
|

I'm creating a db schema that involves users that can be friends, and I was wondering what the best way to model the ability for these friends to have friendships. Should it be its own table that simply has two columns that each represent a user? Thanks!

© Stack Overflow or respective owner

Related posts about mysql

Related posts about database