diff --git a/migrations/schema.sql b/migrations/schema.sql index a74ade74c..2252e5469 100644 --- a/migrations/schema.sql +++ b/migrations/schema.sql @@ -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 */