Columns
| Column | Type | Size | Foreign Key | Nullable | Default | Comments | ||
|---|---|---|---|---|---|---|---|---|
| treatment_id | bigserial | 19 |
|
nextval('chado.treatment_treatment_id_seq'::regclass) | ||||
| rank | int4 | 10 |
|
0 | ||||
| biomaterial_id | int8 | 19 |
|
null | ||||
| type_id | int8 | 19 |
|
null | ||||
| protocol_id | int8 | 19 |
|
√ | null | |||
| name | text | 2147483647 |
|
√ | null |
Table contained -1 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| treatment_pkey | Primary key | Asc | treatment_id |
| treatment_idx1 | Performance | Asc | biomaterial_id |
| treatment_idx2 | Performance | Asc | type_id |
| treatment_idx3 | Performance | Asc | protocol_id |

