Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of ashwin suresh morey | > | Web Tracker | > | create_table.sql | > | Download | ||
|
Download |
CREATE TABLE `tb_ipaddress` ( `ipID` int(5) NOT NULL auto_increment, `ipAddress` varchar(255) NOT NULL default '', `postDate` varchar(255) NOT NULL default '', `postTime` varchar(255) NOT NULL default '', PRIMARY KEY (`ipID`) ) TYPE=MyISAM AUTO_INCREMENT=2 ; |