Skip to content

Commit

Permalink
Update schema.sql
Browse files Browse the repository at this point in the history
adding missing columns for necessary BDC consent metadata
  • Loading branch information
sharra44 authored Jul 23, 2024
1 parent 7581e79 commit a752e46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions db/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ CREATE TABLE dict.consent (
DATASET_ID INT NOT NULL,
CONSENT_CODE VARCHAR(512) NOT NULL,
DESCRIPTION VARCHAR(512) NOT NULL,
PARTICIPANT_COUNT INT NOT NULL,
VARIABLE_COUNT INT NOT NULL,
SAMPLE_COUNT INT NOT NULL,
AUTHZ VARCHAR(512) NOT NULL,
PRIMARY KEY (CONSENT_ID),
UNIQUE (CONSENT_CODE, DATASET_ID)
Expand Down

0 comments on commit a752e46

Please sign in to comment.