PHP Classes

File: db.sql

Recommend this page to a friend!
  Classes of Oliver Leuyim Angel   Parse importer   db.sql   Download  
File: db.sql
Role: Auxiliary data
Content type: text/plain
Description: the table of the class
Class: Parse importer
Import email addresses into a MySQL database
Author: By
Last change:
Date: 10 years ago
Size: 293 bytes
 

Contents

Class file image Download
CREATE TABLE IF NOT EXISTS `mails` ( `ID` int(9) NOT NULL AUTO_INCREMENT, `address` varchar(100) NOT NULL, `grupo` varchar(100) NOT NULL, `uptime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=320741 ;