Study_Link
Links associated with a STUDY, such as ClinicalTrials.gov.
Columns
Name |
Type |
Description |
Foreign Key |
study_link_id |
int(11) |
Primary key |
|
name |
varchar(500) |
Name or idnentifier |
|
study_accession |
varchar(15) |
Foreign key reference to the STUDY table |
study.study_accession |
type |
varchar(50) |
Category |
|
value |
varchar(2000) |
Link to URL |
|
workspace_id |
int(11) |
Foreign key reference to WORKSPACE table |
|
Indexes
Name |
Column |
Description |
PRIMARY |
study_link_id |
BTREE |
fk_study_link_1 |
study_accession |
BTREE |
Tables that Reference this Table
Name |
Column |
Table Reference |
Column Reference |
|
|
|
|