Recommend this page to a friend! |
Classes of Ricardo Ziglio | > | BD n Log | > | log_acesso.sql | > | Download |
|
|
![]() |
CREATE TABLE `log_acesso` ( `data_log` date default NULL, `hora_log` time default NULL, `log_acesso` text, `tipo` char(1) NOT NULL ) ENGINE=InnoDB; |