Columns
| Column | Type | Size | Foreign Key | Nullable | Default | Comments | ||
|---|---|---|---|---|---|---|---|---|
| library_feature_id | bigserial | 19 |
|
nextval('chado.library_feature_library_feature_id_seq'::regclass) | ||||
| library_id | int8 | 19 |
|
null | ||||
| feature_id | int8 | 19 |
|
null |
Table contained -1 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| library_feature_pkey | Primary key | Asc | library_feature_id |
| library_feature_c1 | Must be unique | Asc/Asc | library_id + feature_id |
| library_feature_idx1 | Performance | Asc | library_id |
| library_feature_idx2 | Performance | Asc | feature_id |

