Columns
| Column | Type | Size | Foreign Key | Nullable | Default | Comments | ||
|---|---|---|---|---|---|---|---|---|
| feature_expression_id | bigserial | 19 |
|
nextval('chado.feature_expression_feature_expression_id_seq'::regclass) | ||||
| expression_id | int8 | 19 |
|
null | ||||
| feature_id | int8 | 19 |
|
null | ||||
| pub_id | int8 | 19 |
|
null |
Table contained -1 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| feature_expression_pkey | Primary key | Asc | feature_expression_id |
| feature_expression_c1 | Must be unique | Asc/Asc/Asc | expression_id + feature_id + pub_id |
| feature_expression_idx1 | Performance | Asc | expression_id |
| feature_expression_idx2 | Performance | Asc | feature_id |
| feature_expression_idx3 | Performance | Asc | pub_id |

