Lk time unit
Controlled vocabulary for time units.
Columns
| Name | Type | Description | Foreign Key |
|---|---|---|---|
| name | varchar(25) | Name or identifier | |
| description | varchar(1000) | Free text to expand upon details | |
| link | varchar(2000) | Link to URL | |
| year_divisor | float | Used to convert ages to years unit |
Indexes
| Name | Column | Description |
|---|---|---|
| PRIMARY | name | BTREE |
Tables that Reference this Table
| Name | Column | Table Reference | Column Reference |
|---|---|---|---|
| arm_2_subject | age_unit | lk_time_unit | name |
| assessment_component | age_at_onset_unit_preferred | lk_time_unit | name |
| biosample | study_time_collected_unit | lk_time_unit | name |
| mass_spectrometry_result | retention_time_unit | lk_time_unit | name |
| study | age_unit | lk_time_unit | name |
| treatment | duration_unit | lk_time_unit | name |