Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nd_protocol_id | serial | 10 | √ | nextval('nd_protocol_nd_protocol_id_seq'::regclass) |
|
|
|||||||||||||||||
| name | varchar | 255 | null |
|
|
The protocol name. |
|||||||||||||||||
| type_id | int4 | 10 | null |
|
|
||||||||||||||||||
| create_date | timestamp | 29,6 | √ | now() |
|
|
|||||||||||||||||
| description | varchar | 255 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| nd_protocol_pkey | Primary key | Asc | nd_protocol_id |
| nd_protocol_name_key | Must be unique | Asc | name |



