Login   Register  
PHP Classes
elePHPant
Icontem

File: isps_alter.sql

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of George Clarke  >  AHostLookup  >  isps_alter.sql  >  Download  
File: isps_alter.sql
Role: Auxiliary data
Content type: text/plain
Description: Upgrades existing isps table to the new version.
Class: AHostLookup
Get hostname, zip code and hit count for an IP.
Author: By
Last change:
Date: 2005-08-08 15:32
Size: 241 bytes
 

Contents

Class file image Download
-- 8 August 2005
-- Alter existing table `isps` to add count, date, and time
-- 

ALTER TABLE `isps` 
  ADD `count` int(20) unsigned NOT NULL default '0',
  ADD `date` varchar(20) default NULL,
  ADD `time` varchar(20) default NULL;