Mercurial > dive4elements > river
comparison flys-backend/doc/schema/postgresql-minfo.sql @ 5498:d459a885c51f
Schema change: make sq_relation_value.qmax NOT NULL and more informative messages in parser
author | Tom Gottfried <tom.gottfried@intevation.de> |
---|---|
date | Thu, 28 Mar 2013 14:02:52 +0100 |
parents | 5bb3610b94f7 |
children | db6c7268b08e |
comparison
equal
deleted
inserted
replaced
5497:5d99cd6e146a | 5498:d459a885c51f |
---|---|
320 sq_relation_id int NOT NULL, | 320 sq_relation_id int NOT NULL, |
321 measurement_station_id int NOT NULL, | 321 measurement_station_id int NOT NULL, |
322 parameter VARCHAR(1) NOT NULL, | 322 parameter VARCHAR(1) NOT NULL, |
323 a NUMERIC NOT NULL, | 323 a NUMERIC NOT NULL, |
324 b NUMERIC NOT NULL, | 324 b NUMERIC NOT NULL, |
325 qmax NUMERIC, | 325 qmax NUMERIC NOT NULL, |
326 rsq NUMERIC, | 326 rsq NUMERIC, |
327 ntot int, | 327 ntot int, |
328 noutl int, | 328 noutl int, |
329 cferguson NUMERIC, | 329 cferguson NUMERIC, |
330 cduan NUMERIC, | 330 cduan NUMERIC, |