Hi, i am developing a site at the moment and i need to work on the Notification Settings for my members.
I have 'members' table in my database that contains info such as:
- id
- first name
- last name
- gender
- dob
- location
etc...
I have on average 10 different notification and email settings that each user can customise, such as:
[ ] email me when i am sent a new private message
Should i expand the 'members' table and add the 10 notification settings or should i create a separate 'notifications' table that will hold all of the notification settings and link it to the 'members' table with a foreign key, thanks in advance for you help...


Reply With Quote
Bookmarks