File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -329,6 +329,25 @@ CREATE TABLE `mail_mailman_domain` (
329329-- Daten für Tabelle `mail_mailman_domain`
330330--
331331
332+ -- --------------------------------------------------------
333+
334+ --
335+ -- Tabellenstruktur für Tabelle `mail_traffic`
336+ --
337+
338+ CREATE TABLE `mail_traffic ` (
339+ ` traffic_id` int (10 ) unsigned NOT NULL auto_increment,
340+ ` mailuser_id` int (10 ) unsigned NOT NULL ,
341+ ` month` char (7 ) NOT NULL ,
342+ ` traffic` bigint (20 ) unsigned NOT NULL ,
343+ PRIMARY KEY (` traffic_id` ),
344+ KEY ` mailuser_id` (` mailuser_id` ,` month` )
345+ ) ENGINE= MyISAM DEFAULT CHARSET= latin1 AUTO_INCREMENT= 2 ;
346+
347+ --
348+ -- Daten für Tabelle `mail_traffic`
349+ --
350+
332351
333352-- --------------------------------------------------------
334353
You can’t perform that action at this time.
0 commit comments