Columns
| Column | Type | Size | Foreign Key | Nullable | Default | Comments | ||
|---|---|---|---|---|---|---|---|---|
| featurepos_id | bigserial | 19 |
|
nextval('chado.featurepos_featurepos_id_seq'::regclass) | ||||
| featuremap_id | int8 | 19 |
|
null | ||||
| feature_id | int8 | 19 |
|
null | ||||
| map_feature_id | int8 | 19 |
|
null | map_feature_id links to the feature (map) upon which the feature is being localized. |
|||
| mappos | float8 | 17,17 |
|
null |
Table contained -1 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| featurepos_pkey | Primary key | Asc | featurepos_id |
| featurepos_idx1 | Performance | Asc | featuremap_id |
| featurepos_idx2 | Performance | Asc | feature_id |
| featurepos_idx3 | Performance | Asc | map_feature_id |

