ext_address - Giswater/giswater_dbmodel GitHub Wiki
Description:
Catalog of addresses.
Fields:
| Column name | Data type | Description |
|---|---|---|
| id | character varying(16) | Id of address |
| muni_id | integer | Id of municipality in which address is located, defined on ext_municipality |
| postcode | character varying(16) | Postcode of element's location |
| streetaxis_id | character varying(16) | Id of street in which address is located, defined on ext_streetaxis |
| postnumber | character varying(16) | Post number of the element's location |
| plot_id | character varying(16) | Id of plot in which address is located, defined on ext_plot |
| the_geom | geometry(Point,SRID) | Point geometry of element |
| expl_id | integer | Id of an exploitation, defined on exploitation |