CREATE TABLE `dizstat` (
`id` int( 11 ) NOT NULL AUTO_INCREMENT ,
`iduser` int( 11 ) NOT NULL ,
`time` text NOT NULL ,
`theme` text NOT NULL ,
`tip` text NOT NULL ,
PRIMARY KEY ( `id` ) 
) ENGINE = MYISAM DEFAULT CHARSET = utf8;