YKPN#69517: Materiaallijst verplicht kunnen maken.
svn path=/Database/trunk/; revision=53959
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user