Schema Version: 1.3

studyprop_feature


Columns

Column Type Size Foreign Key Nullable Default Comments
studyprop_feature_id bigserial 19
nextval('chado.studyprop_feature_studyprop_feature_id_seq'::regclass)
studyprop_id int8 19
studyprop.studyprop_id studyprop_feature_studyprop_id_fkey C
null
feature_id int8 19
feature.feature_id studyprop_feature_feature_id_fkey C
null
type_id int8 19
cvterm.cvterm_id studyprop_feature_type_id_fkey C
null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
studyprop_feature_pkey Primary key Asc studyprop_feature_id
studyprop_feature_idx1 Performance Asc studyprop_id
studyprop_feature_idx2 Performance Asc feature_id
studyprop_feature_studyprop_id_feature_id_key Must be unique Asc/Asc studyprop_id + feature_id

Relationships