Schema Version: 1.3

stockcollection_stock


Description

stockcollection_stock links a stock collection to the stocks which are contained in the collection.

Columns

Column Type Size Foreign Key Nullable Default Comments
stockcollection_stock_id bigserial 19
nextval('chado.stockcollection_stock_stockcollection_stock_id_seq'::regclass)
stockcollection_id int8 19
stockcollection.stockcollection_id stockcollection_stock_stockcollection_id_fkey C
null
stock_id int8 19
stock.stock_id stockcollection_stock_stock_id_fkey C
null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
stockcollection_stock_pkey Primary key Asc stockcollection_stock_id
stockcollection_stock_c1 Must be unique Asc/Asc stockcollection_id + stock_id
stockcollection_stock_idx1 Performance Asc stockcollection_id
stockcollection_stock_idx2 Performance Asc stock_id

Relationships