Ask HN: Best way to handle user profile data?

https://news.ycombinator.com/item?id=4823481
by chrisblackwell • 14 years ago
3 2 14 years ago

Almost every web application now allows you to setup a basic profile (Even Stack Exchange does). The question is how should you be storing the data in your database?

Should you just add more columns to your users database table, or should you setup another table called user_profiles that has a foreign key of user_id?

Related Stories

Loading related stories...

Source preview

news.ycombinator.com