We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc51a2 commit d4097ebCopy full SHA for d4097eb
1 file changed
scripts/world.sql
@@ -14,7 +14,7 @@ CREATE TABLE city (
14
name text NOT NULL,
15
country_code character(3) NOT NULL,
16
district text NOT NULL,
17
- population integer NOT NULL,
+ population bigint NOT NULL,
18
local_name text NULL
19
);
20
0 commit comments