Columns
| Column | Type | Size | Foreign Key | Nullable | Default | Comments | ||
|---|---|---|---|---|---|---|---|---|
| analysisfeatureprop_id | bigserial | 19 |
|
nextval('chado.analysisfeatureprop_analysisfeatureprop_id_seq'::regclass) | ||||
| analysisfeature_id | int8 | 19 |
|
null | ||||
| type_id | int8 | 19 |
|
null | ||||
| value | text | 2147483647 |
|
√ | null | |||
| rank | int4 | 10 |
|
null |
Table contained -1 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| analysisfeatureprop_pkey | Primary key | Asc | analysisfeatureprop_id |
| analysisfeature_id_type_id_rank | Must be unique | Asc/Asc/Asc | analysisfeature_id + type_id + rank |
| analysisfeatureprop_idx1 | Performance | Asc | analysisfeature_id |
| analysisfeatureprop_idx2 | Performance | Asc | type_id |

