database design for notification settings
问题 A user can turn on or off notification settings for his account, for notifications such as Changed Account Profile Information, Received New Message etc Notification can be sent via email or mobile phone (either push or sms), user can have 1 email only and many mobile phone devices. Is there any way you would improve the following database design or would you do it differently? let me know thanks USER_NOTIFICATION_SETTING Id UserId Notification_SettingCode NotificationTypeCode UserDeviceId --