sql/core_geoip_continent.sql
authorEdward <edward@roojs.com>
Tue, 13 May 2014 09:13:08 +0000 (17:13 +0800)
committerEdward <edward@roojs.com>
Tue, 13 May 2014 09:13:08 +0000 (17:13 +0800)
sql/core_geoip_continent.sql

index 0c90704..4bbb0cc 100644 (file)
@@ -1,7 +1,7 @@
 CREATE  TABLE core_geoip_continent (
     id INT(11) NOT NULL AUTO_INCREMENT ,
-    continent_code TEXT NOT NULL DEFAULT '',
-    continent_name TEXT NOT NULL DEFAULT ''
+    code TEXT NOT NULL DEFAULT '',
+    name TEXT NOT NULL DEFAULT ''
     PRIMARY KEY (id)
 );