AAIT#26733: Extra goedkeuringsniveau voor opdrachten.
svn path=/Database/trunk/; revision=20809
This commit is contained in:
@@ -244,7 +244,9 @@ CREATE_TABLE(bes_bestelling, 0)
|
||||
bes_bestelling_kto_verstuurd
|
||||
DATE,
|
||||
bes_bestelling_satisfaction
|
||||
NUMBER(2)
|
||||
NUMBER(2),
|
||||
bes_bestelling_approved
|
||||
NUMBER(11,2)
|
||||
);
|
||||
|
||||
CREATE_TABLE(bes_bestelopdr, 0)
|
||||
@@ -284,9 +286,7 @@ CREATE_TABLE(bes_bestelopdr, 0)
|
||||
NUMBER(10)
|
||||
CONSTRAINT bes_r_opdr_prs_user_key1 REFERENCES prs_perslid(prs_perslid_key),
|
||||
bes_bestelopdr_delivery_opmerk
|
||||
VARCHAR2(320),
|
||||
bes_bestelopdr_approved
|
||||
NUMBER(11,2)
|
||||
VARCHAR2(320)
|
||||
);
|
||||
|
||||
ALTER TABLE cnt_contract ADD bes_bestelopdr_key
|
||||
|
||||
Reference in New Issue
Block a user