Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('atd_jurisdictions_id_seq'::regclass) |
|
|
||
city_name | varchar | 30 | √ | null |
|
|
||
jurisdiction_label | varchar | 50 | √ | null |
|
|
||
geometry | geometry | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
jurisdictions_pkey | Primary key | Asc | id |
atd_jurisdictions_geom_idx | Performance | Asc | geometry |