Schema Version: 1.3

featurepos


Columns

Column Type Size Foreign Key Nullable Default Comments
featurepos_id bigserial 19
nextval('chado.featurepos_featurepos_id_seq'::regclass)
featuremap_id int8 19
featuremap.featuremap_id featurepos_featuremap_id_fkey C
null
feature_id int8 19
feature.feature_id featurepos_feature_id_fkey C
null
map_feature_id int8 19
feature.feature_id featurepos_map_feature_id_fkey C
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

Relationships