Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('geo_division_id_seq'::regclass) |
|
|
||
| parent_id | int4 | 10 | √ | null |
|
|
||
| type | varchar | 32 | null |
|
|
|||
| cod | varchar | 32 | √ | null |
|
|
||
| name | varchar | 128 | null |
|
|
|||
| geom | geometry | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| geo_divisions_pkey | Primary key | Asc | id |
| geo_divisions_geom_idx | Performance | Asc | geom |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| enforce_srid_geom | ((st_srid(geom) = 4326)) |
| enforce_dims_geom | ((st_ndims(geom) = 2)) |
| enforce_geotype_geom | (((geometrytype(geom) = 'MULTIPOLYGON'::text) OR (geometrytype(geom) = 'POLYGON'::text) OR (geom IS NULL))) |
