We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1214e70 commit 4e5528bCopy full SHA for 4e5528b
src/ddl/rvdss.sql
@@ -80,7 +80,7 @@ CREATE TABLE `rvdss_pct_positive` (
80
`sarscov2_pct_positive` int(10) NOT NULL,
81
`sarscov2_tests` int(10) NOT NULL,
82
`sarscov2_positive_tests` int(10) NOT NULL,
83
- `region` char(20)
+ `region` char(20) NOT NULL,
84
`week` int(2) NOT NULL,
85
`weekorder` int(2) NOT NULL,
86
`year` int(4) NOT NULL,
0 commit comments