Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Ricardo Ziglio | > | BD n Log | > | log_acesso.sql | > | Download | ||
|
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; |