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

index 72bbc07..daa5d8b 100644 (file)
@@ -1,6 +1,6 @@
 CREATE  TABLE core_geoip_location (
     id INT(11) NOT NULL AUTO_INCREMENT ,
 CREATE  TABLE core_geoip_location (
     id INT(11) NOT NULL AUTO_INCREMENT ,
-    city_id INT(11) NOT NULL DEFAULT 0
+    city_id INT(11) NOT NULL DEFAULT 0,
     latitude INT(11) NOT NULL DEFAULT 0,
     longitude INT(11) NOT NULL DEFAULT 0,
     PRIMARY KEY (id)
     latitude INT(11) NOT NULL DEFAULT 0,
     longitude INT(11) NOT NULL DEFAULT 0,
     PRIMARY KEY (id)