root/alternc-mailman/branches/initial/mailman.sql

Revision 1151, 323 bytes (checked in by root, 6 years ago)

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1
2 CREATE TABLE `mailman` (
3   `id` int(10) unsigned NOT NULL auto_increment,
4   `uid` int(10) unsigned NOT NULL default '0',
5   `list` varchar(128) NOT NULL default '',
6   `domain` varchar(255) NOT NULL default '',
7   `name` varchar(255) NOT NULL default '',
8   PRIMARY KEY  (`id`)
9 ) TYPE=MyISAM COMMENT='Mailman mailing lists';
10
Note: See TracBrowser for help on using the browser.