comparison db_schema/stammdaten_schema.sql @ 1084:1868bd3565bf schema-update

update stammdaten.deskriptor_umwelt
author Michael Stanko <mstanko@bfs.de>
date Thu, 13 Oct 2016 11:13:46 +0200
parents 9615be7b1626
children
comparison
equal deleted inserted replaced
1080:2ea53256157a 1084:1868bd3565bf
238 geom public.geometry(MultiPolygon,4326) 238 geom public.geometry(MultiPolygon,4326)
239 ); 239 );
240 240
241 241
242 CREATE TABLE deskriptor_umwelt ( 242 CREATE TABLE deskriptor_umwelt (
243 id integer PRIMARY KEY, 243 id serial PRIMARY KEY,
244 s00 integer NOT NULL, 244 s00 integer NOT NULL,
245 s01 integer NOT NULL, 245 s01 integer NOT NULL,
246 s02 integer, 246 s02 integer,
247 s03 integer, 247 s03 integer,
248 s04 integer, 248 s04 integer,
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)