CREATE TABLE `log_acesso` ( `data_log` date default NULL, `hora_log` time default NULL, `log_acesso` text, `tipo` char(1) NOT NULL ) ENGINE=InnoDB;
info at phpclasses dot org