Columns
| Column | Type | Size | Foreign Key | Nullable | Default | Comments | ||
|---|---|---|---|---|---|---|---|---|
| stockcollectionprop_id | bigserial | 19 |
|
nextval('chado.stockcollectionprop_stockcollectionprop_id_seq'::regclass) | ||||
| stockcollection_id | int8 | 19 |
|
null | ||||
| type_id | int8 | 19 |
|
null | The cv for the type_id is "stockcollection property type". |
|||
| value | text | 2147483647 |
|
√ | null | |||
| rank | int4 | 10 |
|
0 |
Table contained -1 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| stockcollectionprop_pkey | Primary key | Asc | stockcollectionprop_id |
| stockcollectionprop_c1 | Must be unique | Asc/Asc/Asc | stockcollection_id + type_id + rank |
| stockcollectionprop_idx1 | Performance | Asc | stockcollection_id |
| stockcollectionprop_idx2 | Performance | Asc | type_id |

