Columns
| Column | Type | Size | Foreign Key | Nullable | Default | Comments | ||
|---|---|---|---|---|---|---|---|---|
| stock_dbxref_id | bigserial | 19 |
|
nextval('chado.stock_dbxref_stock_dbxref_id_seq'::regclass) | ||||
| stock_id | int8 | 19 |
|
null | ||||
| dbxref_id | int8 | 19 |
|
null | ||||
| is_current | bool | 1 |
|
true | The is_current boolean indicates whether the linked dbxref is the current -official- dbxref for the linked stock. |
Table contained -1 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| stock_dbxref_pkey | Primary key | Asc | stock_dbxref_id |
| stock_dbxref_c1 | Must be unique | Asc/Asc | stock_id + dbxref_id |
| stock_dbxref_idx1 | Performance | Asc | stock_id |
| stock_dbxref_idx2 | Performance | Asc | dbxref_id |

