Update countries/install/tables.sql

This commit is contained in:
git 2025-06-19 13:32:44 +01:00
parent cb4cd58a5e
commit 7f7013941b

View File

@ -11,6 +11,7 @@ CREATE TABLE `country_networks` (
`ip_country` CHAR(2) NOT NULL,
`ip_network` VARCHAR(15) NOT NULL,
`ip_network_bitmask` TINYINT UNSIGNED NOT NULL,
`LastUpdated` TIMESTAMP on update CURRENT_TIMESTAMP NOT NULL,
PRIMARY KEY (
`ip_country`,
`ip_network`,