Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| unit_num | serial | 10 | √ | nextval('unit_unit_num_seq'::regclass) |
|
|
||||||||||||
| unit_type | varchar | 16 | null |
|
|
|||||||||||||
| unit_abbreviation | varchar | 16 | null |
|
|
|||||||||||||
| unit_name | varchar | 256 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| unit_pkey | Primary key | Asc | unit_num |
| uc_unit | Must be unique | Asc/Asc | unit_type + unit_abbreviation |
| uc_unit_name | Must be unique | Asc | unit_name |

