Columns
| Column | Type | Size | Foreign Key | Nullable | Default | Comments | ||
|---|---|---|---|---|---|---|---|---|
| organism_relationship_id | bigserial | 19 |
|
nextval('chado.organism_relationship_organism_relationship_id_seq'::regclass) | ||||
| subject_id | int8 | 19 |
|
null | ||||
| object_id | int8 | 19 |
|
null | ||||
| type_id | int8 | 19 |
|
null | ||||
| rank | int4 | 10 |
|
0 |
Table contained -1 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| organism_relationship_pkey | Primary key | Asc | organism_relationship_id |
| organism_relationship_c1 | Must be unique | Asc/Asc/Asc/Asc | subject_id + object_id + type_id + rank |
| organism_relationship_idx1 | Performance | Asc | subject_id |
| organism_relationship_idx2 | Performance | Asc | object_id |
| organism_relationship_idx3 | Performance | Asc | type_id |

