Columns
| Column | Type | Size | Foreign Key | Nullable | Default | Comments | ||
|---|---|---|---|---|---|---|---|---|
| control_id | bigserial | 19 |
|
nextval('chado.control_control_id_seq'::regclass) | ||||
| type_id | int8 | 19 |
|
null | ||||
| assay_id | int8 | 19 |
|
null | ||||
| tableinfo_id | int8 | 19 |
|
null | ||||
| row_id | int4 | 10 |
|
null | ||||
| name | text | 2147483647 |
|
√ | null | |||
| value | text | 2147483647 |
|
√ | null | |||
| rank | int4 | 10 |
|
0 |
Table contained -1 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| control_pkey | Primary key | Asc | control_id |
| control_idx1 | Performance | Asc | type_id |
| control_idx2 | Performance | Asc | assay_id |
| control_idx3 | Performance | Asc | tableinfo_id |
| control_idx4 | Performance | Asc | row_id |

