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 |  | 
 | ||||||
| type_id | int4 | 10 | null |  | 
 | ||||||
| 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 | 



