Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
description | text | 2147483647 | √ | null |
|
|
Renseignement ou description complémentaire sur le point d’intérêt |
|||
type | text | 2147483647 | √ | null |
|
|
Nature du point d’intérêt |
|||
id_local | text | 2147483647 | √ | null |
|
|
Identifiant du point d’intérêt |
|||
geom | geometry | 2147483647 | √ | null |
|
|
Géométrie |
|||
id_poi | serial | 10 | √ | nextval('veloroutes.poi_id_poi_seq'::regclass) |
|
|
||||
id_on3v | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
poi_service_pkey | Primary key | Asc | id_poi |
poi_service_geom_idx | Performance | Asc | geom |