Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
unit_id | serial | 10 | √ | nextval('phenome.unit_unit_id_seq'::regclass) |
|
|
|||||
name | varchar | 2147483647 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
unit_pkey | Primary key | Asc | unit_id |
unit_idx1 | Performance | Asc | name |