Skip to content

Commit 763be77

Browse files
authored
Merge pull request #414 from cmu-delphi/covidcast-bigint
COVIDcast: update database definition to match BIGINT fix
2 parents b6e7e94 + 09d4322 commit 763be77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ddl/covidcast.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Data is public.
8383
*/
8484

8585
CREATE TABLE `covidcast` (
86-
`id` int(11) NOT NULL AUTO_INCREMENT,
86+
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
8787
`source` varchar(32) NOT NULL,
8888
`signal` varchar(64) NOT NULL,
8989
`time_type` varchar(12) NOT NULL,

0 commit comments

Comments
 (0)