PHP Classes

File: log_acesso.sql

Recommend this page to a friend!
  Classes of Ricardo Ziglio   BD n Log   log_acesso.sql   Download  
File: log_acesso.sql
Role: Auxiliary data
Content type: text/plain
Description: SQL for make the table of Logs
Class: BD n Log
Log events to file, e-mail or a MySQL database
Author: By
Last change:
Date: 17 years ago
Size: 166 bytes
 

Contents

Class file image 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;