Update countries/install/tables.sql

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

View File

@ -1,6 +1,7 @@
-- Table: country_codes -- Table: country_codes
CREATE TABLE `country_codes` ( CREATE TABLE `country_codes` (
`iso_3166_alpha2` CHAR(2) NOT NULL, `iso_3166_alpha2` CHAR(2) NOT NULL,
`LastUpdated` TIMESTAMP on update CURRENT_TIMESTAMP NOT NULL,
PRIMARY KEY (`iso_3166_alpha2`) PRIMARY KEY (`iso_3166_alpha2`)
) ENGINE=InnoDB ) ENGINE=InnoDB
DEFAULT CHARSET=utf8mb4 DEFAULT CHARSET=utf8mb4