We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f09768b commit 5281910Copy full SHA for 5281910
geo_countries.sql
@@ -7,7 +7,7 @@ DROP TABLE IF EXISTS `geo_countries`;
7
CREATE TABLE `geo_countries` (
8
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
9
`name` varchar(255) NOT NULL,
10
- `cca2` varchar(2) NOT NULL,
+ `cca2` varchar(3) NOT NULL,
11
`cca3` varchar(3) NOT NULL,
12
`ccn3` int(11) NOT NULL,
13
`continent_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
@@ -275,4 +275,4 @@ INSERT INTO `geo_countries` (`id`, `name`, `cca2`, `cca3`, `ccn3`, `continent_id
275
(252, "Serranilla Bank", "SER", "SER", 0, 3, 0),
276
(253, "Somaliland", "SOL", "SOL", 0, 3, 9),
277
(254, "US Naval Base Guantanamo Bay", "USG", "USG", 0, 3, 0),
278
-(255, "Akrotiri Sovereign Base Area", "WSB", "WSB", 0, 3, 5);
+(255, "Akrotiri Sovereign Base Area", "WSB", "WSB", 0, 3, 5);
0 commit comments