Columns
| Column | Type | Size | Foreign Key | Nullable | Default | Comments | ||
|---|---|---|---|---|---|---|---|---|
| library_cvterm_id | bigserial | 19 |
|
nextval('chado.library_cvterm_library_cvterm_id_seq'::regclass) | ||||
| library_id | int8 | 19 |
|
null | ||||
| cvterm_id | int8 | 19 |
|
null | ||||
| pub_id | int8 | 19 |
|
null |
Table contained -1 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| library_cvterm_pkey | Primary key | Asc | library_cvterm_id |
| library_cvterm_c1 | Must be unique | Asc/Asc/Asc | library_id + cvterm_id + pub_id |
| library_cvterm_idx1 | Performance | Asc | library_id |
| library_cvterm_idx2 | Performance | Asc | cvterm_id |
| library_cvterm_idx3 | Performance | Asc | pub_id |

