softbounce_email_tbl;
Posted: Fri Jan 19, 2007 11:58 pm
From the bottom of this post --
http://www.openemm.org/forums/ftopic91.html
Looks like there's a typo in the SQL table --
--
-- Tabellenstruktur für Tabelle `softbounce_email_tbl;`
--
CREATE TABLE `softbounce_email_tbl;` (
`email` varchar(200) NOT NULL default '',
`bnccnt` int(11) NOT NULL default '0',
`mailing_id` int(11) NOT NULL default '0',
`creation_date` timestamp NULL default NULL,
`change_date` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
`company_id` int(11) NOT NULL default '0',
KEY `email` (`email`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Daten für Tabelle `softbounce_email_tbl;`
--
http://www.openemm.org/forums/ftopic91.html
Looks like there's a typo in the SQL table --
--
-- Tabellenstruktur für Tabelle `softbounce_email_tbl;`
--
CREATE TABLE `softbounce_email_tbl;` (
`email` varchar(200) NOT NULL default '',
`bnccnt` int(11) NOT NULL default '0',
`mailing_id` int(11) NOT NULL default '0',
`creation_date` timestamp NULL default NULL,
`change_date` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
`company_id` int(11) NOT NULL default '0',
KEY `email` (`email`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Daten für Tabelle `softbounce_email_tbl;`
--