Columns
| Column | Type | Size | Foreign Key | Nullable | Default | Comments | ||
|---|---|---|---|---|---|---|---|---|
| nd_protocol_id | bigserial | 19 |
|
nextval('chado.nd_protocol_nd_protocol_id_seq'::regclass) | ||||
| name | varchar | 255 |
|
null | The protocol name. |
|||
| type_id | int8 | 19 |
|
null |
Table contained -1 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| nd_protocol_pkey | Primary key | Asc | nd_protocol_id |
| nd_protocol_idx1 | Performance | Asc | type_id |
| nd_protocol_name_key | Must be unique | Asc | name |

