Schema Version: 1.3

stock_relationship_pub


Description

Provenance. Attach optional evidence to a stock_relationship in the form of a publication.

Columns

Column Type Size Foreign Key Nullable Default Comments
stock_relationship_pub_id bigserial 19
nextval('chado.stock_relationship_pub_stock_relationship_pub_id_seq'::regclass)
stock_relationship_id int8 19
stock_relationship.stock_relationship_id stock_relationship_pub_stock_relationship_id_fkey C
null
pub_id int8 19
pub.pub_id stock_relationship_pub_pub_id_fkey C
null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
stock_relationship_pub_pkey Primary key Asc stock_relationship_pub_id
stock_relationship_pub_c1 Must be unique Asc/Asc stock_relationship_id + pub_id
stock_relationship_pub_idx1 Performance Asc stock_relationship_id
stock_relationship_pub_idx2 Performance Asc pub_id

Relationships