We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6e7e94 + 09d4322 commit 763be77Copy full SHA for 763be77
src/ddl/covidcast.sql
@@ -83,7 +83,7 @@ Data is public.
83
*/
84
85
CREATE TABLE `covidcast` (
86
- `id` int(11) NOT NULL AUTO_INCREMENT,
+ `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
87
`source` varchar(32) NOT NULL,
88
`signal` varchar(64) NOT NULL,
89
`time_type` varchar(12) NOT NULL,
0 commit comments