Skip to content

Commit 8cc51a2

Browse files
committed
refactor: Change type for country.population to bigint
Refs: #92
1 parent f579039 commit 8cc51a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/world.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ CREATE TABLE country (
3737
region text NOT NULL,
3838
surface_area real NOT NULL,
3939
indep_year smallint,
40-
population integer NOT NULL,
40+
population bigint NOT NULL,
4141
life_expectancy real,
4242
gnp numeric(10,2),
4343
gnp_old numeric(10,2),

0 commit comments

Comments
 (0)