datasetcollaborators


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null
dataset_id INT 10 null
datasets.id datasetcollaborators_ibfk_1 C
collaborator_id INT 10 null
collaborators.id datasetcollaborators_ibfk_2 C
collaborator_roles VARCHAR 255 null

Type of contribution of the person to the investigation (e.g. data submitter; author; corresponding author)

created_on DATETIME 19 CURRENT_TIMESTAMP

When the record was created.

updated_on TIMESTAMP 19 CURRENT_TIMESTAMP

When the record was updated. This may be different from the created on date if subsequent changes have been made to the underlying record.

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
collaborator_id Performance Asc collaborator_id
dataset_id Performance Asc dataset_id

Relationships