| Current Path : /home/smartconb/www/armencom33/administrator/components/com_geoprotection/sql/ |
| Current File : /home/smartconb/www/armencom33/administrator/components/com_geoprotection/sql/install.sql |
CREATE TABLE IF NOT EXISTS `#__geo_oc_stats` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`time` int(11) NOT NULL,
`ip` varchar(15) NOT NULL,
`country_code` varchar(2) NOT NULL,
`url` varchar(128) NOT NULL,
`type` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;