Using Integer as penalty_amount
This commit is contained in:
@ -281,7 +281,7 @@ CREATE TABLE area_commitment_type (
|
|||||||
|
|
||||||
min_kg_per_ha INTEGER,
|
min_kg_per_ha INTEGER,
|
||||||
max_kg_per_ha INTEGER,
|
max_kg_per_ha INTEGER,
|
||||||
penalty_amount REAL,
|
penalty_amount INTEGER,
|
||||||
|
|
||||||
CONSTRAINT pk_area_commitment_type PRIMARY KEY (vtrgid),
|
CONSTRAINT pk_area_commitment_type PRIMARY KEY (vtrgid),
|
||||||
CONSTRAINT sk_area_commitment_type_sort_attr UNIQUE (sortid, attrid_1, attrid_2, disc),
|
CONSTRAINT sk_area_commitment_type_sort_attr UNIQUE (sortid, attrid_1, attrid_2, disc),
|
||||||
|
Reference in New Issue
Block a user