FCLT#40050 voorbereiding voor onderscheid tussen inkoop- en verkoopcontracten

svn path=/Database/trunk/; revision=45485
This commit is contained in:
Peter Feij
2020-01-17 15:42:54 +00:00
parent 252928cebb
commit 2fc5b9b12d
2 changed files with 8 additions and 0 deletions

View File

@@ -44,6 +44,10 @@ CREATE_TABLE(cnt_disc_params, 0)
CONSTRAINT cnt_r_cnt_typecontract_key REFERENCES cnt_typecontract(cnt_typecontract_key),
cnt_disc_params_opmerking
VARCHAR2(320),
cnt_disc_params_verkoopcontract
NUMBER(1)
DEFAULT 0
NOT NULL,
cnt_disc_params_factuurschema
NUMBER(1)
DEFAULT 0

View File

@@ -404,6 +404,10 @@ ADD
CONSTRAINT mld_r_cad_thema_key1 REFERENCES cad_thema(cad_thema_key)
);
/////////////////////////////////////////////////////////////////////////////////////////// FCLT#40050
ALTER TABLE cnt_disc_params
ADD cnt_disc_params_verkoopcontract NUMBER (1) DEFAULT 0 NOT NULL;
/////////////////////////////////////////////////////////////////////////////////////////// XXXX#nnnnn
///////////////////////////////////////////////////////////////////////////////////////////