Using Integer as penalty_amount

This commit is contained in:
2023-08-24 18:10:29 +02:00
parent 000fdfe397
commit 38404a3ffb

View File

@ -281,7 +281,7 @@ CREATE TABLE area_commitment_type (
min_kg_per_ha INTEGER,
max_kg_per_ha INTEGER,
penalty_amount REAL,
penalty_amount INTEGER,
CONSTRAINT pk_area_commitment_type PRIMARY KEY (vtrgid),
CONSTRAINT sk_area_commitment_type_sort_attr UNIQUE (sortid, attrid_1, attrid_2, disc),