Schema Version: 1.3

stockcollectionprop


Description

The table stockcollectionprop contains the value of the stock collection such as website/email URLs; the value of the stock collection order URLs.

Columns

Column Type Size Foreign Key Nullable Default Comments
stockcollectionprop_id bigserial 19
nextval('chado.stockcollectionprop_stockcollectionprop_id_seq'::regclass)
stockcollection_id int8 19
stockcollection.stockcollection_id stockcollectionprop_stockcollection_id_fkey C
null
type_id int8 19
cvterm.cvterm_id stockcollectionprop_type_id_fkey R
null

The cv for the type_id is "stockcollection property type".

value text 2147483647
null
rank int4 10
0

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
stockcollectionprop_pkey Primary key Asc stockcollectionprop_id
stockcollectionprop_c1 Must be unique Asc/Asc/Asc stockcollection_id + type_id + rank
stockcollectionprop_idx1 Performance Asc stockcollection_id
stockcollectionprop_idx2 Performance Asc type_id

Relationships