Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| phenotypeprop_id | serial | 10 | √ | nextval('phenotypeprop_phenotypeprop_id_seq'::regclass) |
|
|
|||||
| phenotype_id | int4 | 10 | null |
|
|
||||||
| type_id | int4 | 10 | null |
|
|
||||||
| value | text | 2147483647 | √ | null |
|
|
|||||
| rank | int4 | 10 | 0 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| phenotypeprop_pkey | Primary key | Asc | phenotypeprop_id |
| phenotypeprop_c1 | Must be unique | Asc/Asc/Asc | phenotype_id + type_id + rank |
| phenotypeprop_idx1 | Performance | Asc | phenotype_id |
| phenotypeprop_idx2 | Performance | Asc | type_id |



