Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('cadastre.geo_unite_fonciere_id_seq'::regclass) |
|
|
Identifiant des unités foncières |
|||
comptecommunal | text | 2147483647 | √ | null |
|
|
Compte communal des parcelles composant l unité foncière |
|||
annee | text | 2147483647 | null |
|
|
Année |
||||
lot | text | 2147483647 | √ | null |
|
|
||||
geom | geometry | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
geo_unite_fonciere_pk | Primary key | Asc | id |
geo_unite_fonciere_comptecommunal_idx | Performance | Asc | comptecommunal |
geo_unite_fonciere_geom_idx | Performance | Asc | geom |