add postcode to location_area tables

This commit is contained in:
Sarah Hoffmann
2017-07-01 19:02:25 +02:00
parent 79aa74b771
commit 4e792546e8
3 changed files with 18 additions and 14 deletions

View File

@@ -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)
);