sql/core_geoip_city.sql
authorEdward <edward@roojs.com>
Tue, 13 May 2014 07:22:12 +0000 (15:22 +0800)
committerEdward <edward@roojs.com>
Tue, 13 May 2014 07:22:12 +0000 (15:22 +0800)
sql/core_geoip_city.sql

index f3dcb46..79fc817 100644 (file)
@@ -3,6 +3,8 @@ CREATE  TABLE core_geoip_city (
     city_name TEXT NOT NULL DEFAULT ''
     country_id INT(11) NOT NULL DEFAULT 0,
     location_id INT(11) NOT NULL DEFAULT 0,
+    metro_code INT(11) NOT NULL DEFAULT 0,
+    time_zone TEXT NOT NULL DEFAULT ''
     PRIMARY KEY (id)
 );