Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
organismprop_id | serial | 10 | √ | nextval('organismprop_organismprop_id_seq'::regclass) |
|
|
|||||
organism_id | int4 | 10 | null |
|
|
||||||
type_id | int4 | 10 | null |
|
|
||||||
value | text | 2147483647 | √ | null |
|
|
|||||
rank | int4 | 10 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
organismprop_pkey | Primary key | Asc | organismprop_id |
organismprop_c1 | Must be unique | Asc/Asc/Asc | organism_id + type_id + rank |
organismprop_idx1 | Performance | Asc | organism_id |
organismprop_idx2 | Performance | Asc | type_id |