Login   Register  
PHP Classes
elePHPant
Icontem

File: log_acesso.sql

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2006-07-28 06:56
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;