Schema Version: 1.3

featureposprop


Description

Property or attribute of a featurepos record.

Columns

Column Type Size Foreign Key Nullable Default Comments
featureposprop_id bigserial 19
nextval('chado.featureposprop_featureposprop_id_seq'::regclass)
featurepos_id int8 19
featurepos.featurepos_id featureposprop_featurepos_id_fkey C
null
type_id int8 19
cvterm.cvterm_id featureposprop_type_id_fkey C
null
value text 2147483647
null
rank int4 10
0

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
featureposprop_pkey Primary key Asc featureposprop_id
featureposprop_c1 Must be unique Asc/Asc/Asc featurepos_id + type_id + rank
featureposprop_idx1 Performance Asc featurepos_id
featureposprop_idx2 Performance Asc type_id

Relationships