We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f579039 commit 8cc51a2Copy full SHA for 8cc51a2
1 file changed
scripts/world.sql
@@ -37,7 +37,7 @@ CREATE TABLE country (
37
region text NOT NULL,
38
surface_area real NOT NULL,
39
indep_year smallint,
40
- population integer NOT NULL,
+ population bigint NOT NULL,
41
life_expectancy real,
42
gnp numeric(10,2),
43
gnp_old numeric(10,2),
0 commit comments