Skip to content

Commit d4097eb

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

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
@@ -14,7 +14,7 @@ CREATE TABLE city (
1414
name text NOT NULL,
1515
country_code character(3) NOT NULL,
1616
district text NOT NULL,
17-
population integer NOT NULL,
17+
population bigint NOT NULL,
1818
local_name text NULL
1919
);
2020

0 commit comments

Comments
 (0)