Schema Version: 1.3 Module: chado

featureprop_pub


Description

Provenance. Any featureprop assignment can optionally be supported by a publication.

Columns

Column Type Size Foreign Key Nullable Default Comments
featureprop_pub_id bigserial 19
nextval('sequence.featureprop_pub_featureprop_pub_id_seq'::regclass)
featureprop_id int8 19
featureprop.featureprop_id featureprop_pub_featureprop_id_fkey C
null
pub_id int8 19
pub.pub_id featureprop_pub_pub_id_fkey C
null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
featureprop_pub_pkey Primary key Asc featureprop_pub_id
featureprop_pub_c1 Must be unique Asc/Asc featureprop_id + pub_id
featureprop_pub_idx1 Performance Asc featureprop_id
featureprop_pub_idx2 Performance Asc pub_id

Relationships