Hello
Just a short question, about how you would do this:
Let's say I have 1 million users, and i need to store data about this user, like success_logins, attempts, remember_tokens, email_confirmations and so on
Would you make one table for every one OR would you make a usermeta with user_id, key,value with user_id and key is indexed - Wich will be best in the long run?