Schema Version: 1.3

featuremap_organism


Description

Links a featuremap to the organism(s) with which it is associated.

Columns

Column Type Size Foreign Key Nullable Default Comments
featuremap_organism_id bigserial 19
nextval('chado.featuremap_organism_featuremap_organism_id_seq'::regclass)
featuremap_id int8 19
featuremap.featuremap_id featuremap_organism_featuremap_id_fkey C
null
organism_id int8 19
organism.organism_id featuremap_organism_organism_id_fkey C
null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
featuremap_organism_pkey Primary key Asc featuremap_organism_id
featuremap_organism_c1 Must be unique Asc/Asc featuremap_id + organism_id
featuremap_organism_idx1 Performance Asc featuremap_id
featuremap_organism_idx2 Performance Asc organism_id

Relationships