nd_experimentprop

7048 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
nd_experimentprop_id serial 10 nextval('nd_experimentprop_nd_experimentprop_id_seq'::regclass)
nd_experiment_id int4 10 null
nd_experiment.nd_experiment_id nd_experimentprop_nd_experiment_id_fkey C
type_id int4 10 null
cvterm.cvterm_id nd_experimentprop_type_id_fkey C
value text 2147483647 null
rank int4 10 0

Indexes

Constraint Name Type Sort Column(s)
nd_experimentprop_pkey Primary key Asc nd_experimentprop_id
nd_experimentprop_c1 Must be unique Asc/Asc/Asc nd_experiment_id + type_id + rank

Relationships