Columns
| Column | Type | Size | Foreign Key | Nullable | Default | Comments | ||
|---|---|---|---|---|---|---|---|---|
| library_expression_id | bigserial | 19 |
|
nextval('chado.library_expression_library_expression_id_seq'::regclass) | ||||
| library_id | int8 | 19 |
|
null | ||||
| expression_id | int8 | 19 |
|
null | ||||
| pub_id | int8 | 19 |
|
null |
Table contained -1 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| library_expression_pkey | Primary key | Asc | library_expression_id |
| library_expression_c1 | Must be unique | Asc/Asc | library_id + expression_id |
| library_expression_idx1 | Performance | Asc | library_id |
| library_expression_idx2 | Performance | Asc | expression_id |
| library_expression_idx3 | Performance | Asc | pub_id |

