sql/core_geoip_network_mapping.sql
authorEdward <edward@roojs.com>
Tue, 13 May 2014 10:55:54 +0000 (18:55 +0800)
committerEdward <edward@roojs.com>
Tue, 13 May 2014 10:55:54 +0000 (18:55 +0800)
sql/core_geoip_network_mapping.sql

index c03a7b2..2e600d4 100644 (file)
@@ -1,7 +1,7 @@
 CREATE  TABLE core_geoip_network_mapping (
     id INT(11) NOT NULL AUTO_INCREMENT ,
     start_ip TEXT NOT NULL DEFAULT '',
-    mask_length INT(11) NOT NUL DEFAULT 0,
+    mask_length INT(11) NOT NULL DEFAULT 0,
     city_id INT(11) NOT NULL DEFAULT 0,
     is_anonymous_proxy INT(2) NOT NULL DEFAULT 0,
     is_satellite_provider INT(2) NOT NULL DEFAULT 0,