Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bpchar | 1 | null |
|
|
the ID of the NPS region unique identifier |
||||||
name | text | 2147483647 | null |
|
|
NPS region name |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
nps_region_pkey | Primary key | Asc | id |
nps_region_name_key | Must be unique | Asc | name |