Schema Version: 1.3

feature_phenotype


Description

Linking table between features and phenotypes.

Columns

Column Type Size Foreign Key Nullable Default Comments
feature_phenotype_id bigserial 19
nextval('chado.feature_phenotype_feature_phenotype_id_seq'::regclass)
feature_id int8 19
feature.feature_id feature_phenotype_feature_id_fkey C
null
phenotype_id int8 19
phenotype.phenotype_id feature_phenotype_phenotype_id_fkey C
null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
feature_phenotype_pkey Primary key Asc feature_phenotype_id
feature_phenotype_c1 Must be unique Asc/Asc feature_id + phenotype_id
feature_phenotype_idx1 Performance Asc feature_id
feature_phenotype_idx2 Performance Asc phenotype_id

Relationships