From 104db09e17c7a54bf0919fc873a3e4b40a1b33d9 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Mon, 16 Jul 2007 12:51:01 +0300 Subject: [PATCH] Add field to store where the place is in (0=no idea, anything else=id of parent place where place is located) --- docs/osm-tables.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/osm-tables.sql b/docs/osm-tables.sql index 7bbfeed..e8d87d2 100644 --- a/docs/osm-tables.sql +++ b/docs/osm-tables.sql @@ -50,7 +50,8 @@ create table way_ref ( create table places ( nid int primary key, type int not null, - name text + name text, + isin int ); CREATE TABLE poi ( -- 2.39.5