Columns
| Column | Type | Size | Foreign Key | Nullable | Default | Comments | ||
|---|---|---|---|---|---|---|---|---|
| studyfactorvalue_id | bigserial | 19 |
|
nextval('chado.studyfactorvalue_studyfactorvalue_id_seq'::regclass) | ||||
| studyfactor_id | int8 | 19 |
|
null | ||||
| assay_id | int8 | 19 |
|
null | ||||
| factorvalue | text | 2147483647 |
|
√ | null | |||
| name | text | 2147483647 |
|
√ | null | |||
| rank | int4 | 10 |
|
0 |
Table contained -1 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| studyfactorvalue_pkey | Primary key | Asc | studyfactorvalue_id |
| studyfactorvalue_idx1 | Performance | Asc | studyfactor_id |
| studyfactorvalue_idx2 | Performance | Asc | assay_id |

