forked from hans/Nominatim
add postcode to location_area tables
This commit is contained in:
@@ -62,6 +62,7 @@ CREATE TABLE location_area (
|
||||
rank_address SMALLINT NOT NULL,
|
||||
country_code VARCHAR(2),
|
||||
isguess BOOL,
|
||||
postcode TEXT,
|
||||
centroid GEOMETRY(Point, 4326),
|
||||
geometry GEOMETRY(Geometry, 4326)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user