Fixed comment.

This commit is contained in:
Alexis Lahouze 2012-08-25 10:51:34 +00:00
parent a6a3aeb949
commit f433b0d984
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ CREATE TABLE IF NOT EXISTS sub_domaines (
CREATE TABLE IF NOT EXISTS `address` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, -- Technical id.
`domain_id` bigint(20) unsigned NOT NULL REFERENCES `domaines`(`id`), -- FK to sub_domains.
`domain_id` bigint(20) unsigned NOT NULL REFERENCES `domaines`(`id`), -- FK to domaines.
`address` varchar(255) NOT NULL, -- The address.
`type` char(8) NOT NULL, -- standard emails are '', other may be 'mailman' or 'sympa' ...
`password` varchar(255) DEFAULT NULL, -- The password associated to the address.