Update countries/install/tables.sql
This commit is contained in:
parent
b7f092e850
commit
93e97ad58b
@ -11,7 +11,7 @@ CREATE TABLE `country_codes` (
|
|||||||
CREATE TABLE `country_networks` (
|
CREATE TABLE `country_networks` (
|
||||||
`ip_country` CHAR(2) NOT NULL,
|
`ip_country` CHAR(2) NOT NULL,
|
||||||
`ip_network` VARCHAR(15) NOT NULL,
|
`ip_network` VARCHAR(15) NOT NULL,
|
||||||
`ip_network_bitmask` TINYINT UNSIGNED NOT NULL,
|
`ip_network_bitmask` INT UNSIGNED NOT NULL,
|
||||||
`LastUpdated` `LastUpdated` TIMESTAMP on update CURRENT_TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
`LastUpdated` `LastUpdated` TIMESTAMP on update CURRENT_TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||||
PRIMARY KEY (
|
PRIMARY KEY (
|
||||||
`ip_country`,
|
`ip_country`,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user