Schema Version: 1.3

stockprop_pub


Description

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

Columns

Column Type Size Foreign Key Nullable Default Comments
stockprop_pub_id bigserial 19
nextval('chado.stockprop_pub_stockprop_pub_id_seq'::regclass)
stockprop_id int8 19
stockprop.stockprop_id stockprop_pub_stockprop_id_fkey C
null
pub_id int8 19
pub.pub_id stockprop_pub_pub_id_fkey C
null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
stockprop_pub_pkey Primary key Asc stockprop_pub_id
stockprop_pub_c1 Must be unique Asc/Asc stockprop_id + pub_id
stockprop_pub_idx1 Performance Asc stockprop_id
stockprop_pub_idx2 Performance Asc pub_id

Relationships