Created
August 9, 2011 23:44
-
-
Save mcrider/1135506 to your computer and use it in GitHub Desktop.
Proposed schema for notifciation mailing list schema
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
* | |
* TABLE notification_mail_list | |
* | |
--> | |
<table name="notification_mail_list"> | |
<field name="subscription_id" type="I8"> | |
<KEY /> | |
<AUTOINCREMENT/> | |
</field> | |
<field name="email" type="X"> | |
<NOTNULL/> | |
</field> | |
<field name="confirmed" type="I1"> | |
<NOTNULL/> | |
<DEFAULT VALUE="0"/> | |
</field> | |
<field name="context" type="I8"> | |
<NOTNULL/> | |
</field> | |
<descr>Stores subscriptions to the notification mailing list</descr> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i'm just talking semantics. A table called notification_mail_list_settings shouldn't contain anything to do with blocked notifications or what notifications get emailed out to subscribed users. It would have to be called something else. Don't worry, I think we're probably on the same page at different paragraphs here..