CREATE TABLE IF NOT EXISTS `truncate` (
`id` int(11) NOT NULL
auto_increment,
`mail` int(11) NOT NULL,
`tape` int(11) NOT
NULL,
`discussions` int(11) NOT NULL,
`notification` int(11) NOT
NULL,
`time` int(11) NOT NULL,
`time_dat` int(11) NOT NULL,
PRIMARY KEY
(`id`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;