add a note about mailboxes

This commit is contained in:
Girish Ramakrishnan
2016-05-27 22:28:56 -07:00
parent ce927bfa22
commit cf93a99a4e

View File

@@ -119,6 +119,10 @@ CREATE TABLE IF NOT EXISTS eventlog(
PRIMARY KEY (id));
/* Future fields:
* accessRestriction - to determine who can access it. So this has foreign keys
* quota - per mailbox quota
*/
CREATE TABLE IF NOT EXISTS mailboxes(
name VARCHAR(128) NOT NULL,
aliasTarget VARCHAR(128), /* the target name type is an alias */