Schema Version: 1.3

stock_pub


Description

Provenance. Linking table between stocks and, for example, a stocklist computer file.

Columns

Column Type Size Foreign Key Nullable Default Comments
stock_pub_id bigserial 19
nextval('chado.stock_pub_stock_pub_id_seq'::regclass)
stock_id int8 19
stock.stock_id stock_pub_stock_id_fkey C
null
pub_id int8 19
pub.pub_id stock_pub_pub_id_fkey C
null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
stock_pub_pkey Primary key Asc stock_pub_id
stock_pub_c1 Must be unique Asc/Asc stock_id + pub_id
stock_pub_idx1 Performance Asc stock_id
stock_pub_idx2 Performance Asc pub_id

Relationships