Columns
| Column | Type | Size | Foreign Key | Nullable | Default | Comments | ||
|---|---|---|---|---|---|---|---|---|
| protocolparam_id | bigserial | 19 |
|
nextval('chado.protocolparam_protocolparam_id_seq'::regclass) | ||||
| protocol_id | int8 | 19 |
|
null | ||||
| name | text | 2147483647 |
|
null | ||||
| datatype_id | int8 | 19 |
|
√ | null | |||
| unittype_id | int8 | 19 |
|
√ | null | |||
| value | text | 2147483647 |
|
√ | null | |||
| rank | int4 | 10 |
|
0 |
Table contained -1 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| protocolparam_pkey | Primary key | Asc | protocolparam_id |
| protocolparam_idx1 | Performance | Asc | protocol_id |
| protocolparam_idx2 | Performance | Asc | datatype_id |
| protocolparam_idx3 | Performance | Asc | unittype_id |

