Schema Version: 1.3

stock_feature


Description

Links a stock to a feature.

Columns

Column Type Size Foreign Key Nullable Default Comments
stock_feature_id bigserial 19
nextval('chado.stock_feature_stock_feature_id_seq'::regclass)
feature_id int8 19
feature.feature_id stock_feature_feature_id_fkey C
null
stock_id int8 19
stock.stock_id stock_feature_stock_id_fkey C
null
type_id int8 19
cvterm.cvterm_id stock_feature_type_id_fkey C
null
rank int4 10
0

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
stock_feature_pkey Primary key Asc stock_feature_id
stock_feature_c1 Must be unique Asc/Asc/Asc/Asc feature_id + stock_id + type_id + rank
stock_feature_idx1 Performance Asc stock_feature_id
stock_feature_idx2 Performance Asc feature_id
stock_feature_idx3 Performance Asc stock_id
stock_feature_idx4 Performance Asc type_id

Relationships