PHP Classes

File: test_db.sql

Recommend this page to a friend!
  Classes of Junai Hassan   PHP Log File Database   test_db.sql   Download  
File: test_db.sql
Role: Auxiliary data
Content type: text/plain
Description: SQL table script for database logging
Class: PHP Log File Database
Log messages to files or to a MySQL database
Author: By
Last change:
Date: 10 years ago
Size: 222 bytes
 

Contents

Class file image Download
CREATE TABLE IF NOT EXISTS `site_logs` ( `auto_id` int(11) NOT NULL AUTO_INCREMENT, `log_identifer` varchar(5000) NOT NULL, `log_date` datetime NOT NULL, `log_details` longtext NOT NULL, PRIMARY KEY (`auto_id`) )