YKPN#69517: Materiaallijst verplicht kunnen maken.

svn path=/Database/trunk/; revision=53959
This commit is contained in:
Maykel Geerdink
2021-12-01 14:21:32 +00:00
parent 3e15d6ed99
commit fca6c69596

View File

@@ -251,7 +251,7 @@ CREATE_TABLE(mld_typeopdr,0)
NUMBER(1)
DEFAULT 1
NOT NULL
CONSTRAINT ins_c_mld_typeopdr_materiaal CHECK(mld_typeopdr_materiaal IN (0, 1, 2)),
CONSTRAINT ins_c_mld_typeopdr_materiaal CHECK(mld_typeopdr_materiaal IN (0, 1, 2, 3)), /* 0=Geen materiaal, 1=Optioneel totaalbedrag, 2=Materialenlijst, 3=Verplichte materialenlijst */
mld_typeopdr_totaal
NUMBER(1)
DEFAULT 1