Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('layer_council_district_id_seq'::regclass) |
|
|
||||
council_district | int4 | 10 | null |
|
|
|||||
geography | geography | 2147483647 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
layer_council_district_pkey | Primary key | Asc | id |
layer_council_district_council_district_key | Must be unique | Asc | council_district |
layer_council_district_geom_idx | Performance | Asc | geography |