[mysql] friends list

what is the best way to set up a way for a user to have a friends list in mysql?

All i can think of is either having a user have a single column with all the friends in a string within it.