comparison wamos.sql @ 73:65a8aeb9e2b3

Add waterway axis stub.
author Tom Gottfried <tom@intevation.de>
date Wed, 30 May 2018 16:54:36 +0200
parents 158f776732c7
children 8c0af903a764
comparison
equal deleted inserted replaced
72:158f776732c7 73:65a8aeb9e2b3
86 -- country_code char(2) NOT NULL REFERENCES countries, 86 -- country_code char(2) NOT NULL REFERENCES countries,
87 -- TODO: add relations to stuff provided as enumerations 87 -- TODO: add relations to stuff provided as enumerations
88 dummy_attrib varchar, 88 dummy_attrib varchar,
89 "..." varchar 89 "..." varchar
90 -- TODO: add real gauge measurement attributes (DRC 2.1.5) 90 -- TODO: add real gauge measurement attributes (DRC 2.1.5)
91 );
92
93 CREATE TABLE wamos.waterway_axis (
94 dummy_attrib varchar,
95 "..." varchar
96 -- TODO: add real waterway area attributes (DRC 2.1.3)
91 ); 97 );
92 98
93 -- 99 --
94 -- Bottlenecks 100 -- Bottlenecks
95 -- 101 --