Schema Version: 1.3

nd_experiment_stockprop


Description

Property/value associations for experiment_stocks. This table can store the properties such as treatment

Columns

Column Type Size Foreign Key Nullable Default Comments
nd_experiment_stockprop_id bigserial 19
nextval('chado.nd_experiment_stockprop_nd_experiment_stockprop_id_seq'::regclass)
nd_experiment_stock_id int8 19
nd_experiment_stock.nd_experiment_stock_id nd_experiment_stockprop_nd_experiment_stock_id_fkey C
null

The experiment_stock to which the property applies.

type_id int8 19
cvterm.cvterm_id nd_experiment_stockprop_type_id_fkey C
null

The name of the property as a reference to a controlled vocabulary term.

value text 2147483647
null

The value of the property.

rank int4 10
0

The rank of the property value, if the property has an array of values.

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
nd_experiment_stockprop_pkey Primary key Asc nd_experiment_stockprop_id
nd_experiment_stockprop_c1 Must be unique Asc/Asc/Asc nd_experiment_stock_id + type_id + rank
nd_experiment_stockprop_idx1 Performance Asc nd_experiment_stock_id
nd_experiment_stockprop_idx2 Performance Asc type_id

Relationships