Columns
| Column | Type | Size | Foreign Key | Nullable | Default | Comments | ||
|---|---|---|---|---|---|---|---|---|
| assayprop_id | bigserial | 19 |
|
nextval('chado.assayprop_assayprop_id_seq'::regclass) | ||||
| assay_id | int8 | 19 |
|
null | ||||
| type_id | int8 | 19 |
|
null | ||||
| value | text | 2147483647 |
|
√ | null | |||
| rank | int4 | 10 |
|
0 |
Table contained -1 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| assayprop_pkey | Primary key | Asc | assayprop_id |
| assayprop_c1 | Must be unique | Asc/Asc/Asc | assay_id + type_id + rank |
| assayprop_idx1 | Performance | Asc | assay_id |
| assayprop_idx2 | Performance | Asc | type_id |

