From fd80bd7ad54e894e60ac1ebd220c2acc2ce0fa7a Mon Sep 17 00:00:00 2001 From: git Date: Thu, 19 Jun 2025 13:32:57 +0100 Subject: [PATCH] Update countries/install/tables.sql --- countries/install/tables.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/countries/install/tables.sql b/countries/install/tables.sql index 123350a..83f662c 100644 --- a/countries/install/tables.sql +++ b/countries/install/tables.sql @@ -1,6 +1,7 @@ -- Table: country_codes CREATE TABLE `country_codes` ( `iso_3166_alpha2` CHAR(2) NOT NULL, + `LastUpdated` TIMESTAMP on update CURRENT_TIMESTAMP NOT NULL, PRIMARY KEY (`iso_3166_alpha2`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4