I want to do a private message system for each user with permission. I was wondering should I make an extra table to hold it or just put it in the users person table that holds all his information. Such as password and username.
creating a separate table that holds all messages would probably be better.
Thanks alot. I thought so.