We initially took the PK to be event in all resources, but this can't be right because many participants have their data recorded at each event (e.g., we will have data for participant 1, participant 2, etc. recorded at visit 5).
We have a record_id_s column in the raw data, which seems to be unique to each participant. Is this correct? Should the PK then be (record_id_s, event)?
@lwjohnst86 @K-Beicher
We initially took the PK to be
eventin all resources, but this can't be right because many participants have their data recorded at each event (e.g., we will have data for participant 1, participant 2, etc. recorded at visit 5).We have a
record_id_scolumn in the raw data, which seems to be unique to each participant. Is this correct? Should the PK then be (record_id_s,event)?@lwjohnst86 @K-Beicher