Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| collaborator_id | INT | 10 | null |
|
|
||||||
| project_id | INT | 10 | null |
|
|
||||||
| role | enum('principal_investigator', 'data_submitter', 'data_curator', 'data_collector', 'corresponding_author', 'author') | 22 | author |
|
|
||||||
| created_on | DATETIME | 19 | CURRENT_TIMESTAMP |
|
|
||||||
| updated_on | TIMESTAMP | 19 | CURRENT_TIMESTAMP |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc/Asc | collaborator_id + project_id |
| project_id | Performance | Asc | project_id |