We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3157d35 commit a9eb55eCopy full SHA for a9eb55e
geonames_db_struct.sql
@@ -4,7 +4,7 @@
4
5
-- Create syntax for TABLE 'admin1CodesAscii'
6
CREATE TABLE `admin1CodesAscii` (
7
- `code` char(6) DEFAULT NULL,
+ `code` char(15) DEFAULT NULL,
8
`name` text,
9
`nameAscii` text,
10
`geonameid` int(11) DEFAULT NULL,
@@ -171,4 +171,4 @@ CREATE TABLE `postalCodes` (
171
KEY `longitude` (`longitude`),
172
KEY `admin1_name` (`admin1_name`),
173
KEY `admin1_code_2` (`admin1_code`)
174
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
0 commit comments