]> err.no Git - mapper/commitdiff
Add speed and isin fields for ways.
authorKaj-Michael Lang <milang@angel.tal.org>
Tue, 24 Jul 2007 20:38:07 +0000 (23:38 +0300)
committerKaj-Michael Lang <milang@angel.tal.org>
Tue, 24 Jul 2007 20:38:07 +0000 (23:38 +0300)
docs/osm-tables.sql

index 8f0138eaf0e03e259c5489848cd1036b37c72fe0..fe8e133592b8c2fcaf5803fbf87d8c8ab2d40f75 100644 (file)
@@ -10,7 +10,8 @@ create table way (
        type    int not null,
        nodes   int not null,
        flags   int not null,
-       len             real
+       speed   int not null default 0,
+       isin    int not null default 0
 );
 
 create table way_seg (
@@ -28,8 +29,7 @@ create table area (
 
 create table way_names (
        wid             int not null,
-       name    varchar(256),
-       isin    varchar(256)
+       name    varchar(256)
 );
 
 create table way_ref (
@@ -39,7 +39,7 @@ create table way_ref (
 );
 
 create table places (
-       nid     int primary key,
+       nid             int primary key,
        type    int not null,
        name    text,
        isin    int