Columns
| Column | Type | Size | Foreign Key | Nullable | Default | Comments | ||
|---|---|---|---|---|---|---|---|---|
| protocol_id | bigserial | 19 |
|
nextval('chado.protocol_protocol_id_seq'::regclass) | ||||
| type_id | int8 | 19 |
|
null | ||||
| pub_id | int8 | 19 |
|
√ | null | |||
| dbxref_id | int8 | 19 |
|
√ | null | |||
| name | text | 2147483647 |
|
null | ||||
| uri | text | 2147483647 |
|
√ | null | |||
| protocoldescription | text | 2147483647 |
|
√ | null | |||
| hardwaredescription | text | 2147483647 |
|
√ | null | |||
| softwaredescription | text | 2147483647 |
|
√ | null |
Table contained -1 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| protocol_pkey | Primary key | Asc | protocol_id |
| protocol_c1 | Must be unique | Asc | name |
| protocol_idx1 | Performance | Asc | type_id |
| protocol_idx2 | Performance | Asc | pub_id |
| protocol_idx3 | Performance | Asc | dbxref_id |

