Pergunta

I have a single table that holds the following data columns:

id = Auto Increment
provider = Twitter or Facebook (depends what they use to login with)
uid = User ID
name = Their full name (e.g. Chris Burton)
image = Profile Image
link = Social network profile link

In that same table I also have the following columns

comment = Comment text
article_id = Article ID
date = Date of when comment was submitted

My question is, should I keep the user login data separate from my comment data? Or is it more efficient to keep it together?

Nenhuma solução correta

Licenciado em: CC-BY-SA com atribuição
Não afiliado a dba.stackexchange
scroll top