Reagent_Set_2_Reagent
Join table that associates REAGENT_SET members with REAGENT table records.
Columns
| Name | Type | Description | Foreign Key |
|---|---|---|---|
| reagent_set_accession | varchar(15) | Foreign key reference to REAGENT table | reagent.reagent_accession |
| reagent_accession | varchar(15) | Foreign key reference to REAGENT table | reagent.reagent_accession |
| workspace_id | int | Foreign key reference to WORKSPACE table | workspace.workspace_id |
Indexes
| Name | Column | Description |
|---|---|---|
| PRIMARY | reagent_set_accession | BTREE |
| PRIMARY | reagent_accession | BTREE |
| idx_reagent_set_reagent | reagent_accession | BTREE |
| idx_reagent_set_reagent | reagent_set_accession | BTREE |
| idx_reagent_set_workspace | workspace_id | BTREE |
Tables that Reference this Table
| Name | Column | Table Reference | Column Reference |
|---|---|---|---|