UWVA#22876: Realisatie project abonnementen - core.

svn path=/Database/trunk/; revision=11890
This commit is contained in:
Maykel Geerdink
2012-07-23 13:47:38 +00:00
parent 7ed47a0982
commit 527a9432c9
2 changed files with 8 additions and 1 deletions

View File

@@ -469,7 +469,10 @@ CREATE_TABLE(bes_disc_params, 0)
CONSTRAINT bes_r_cnt_termijn_key REFERENCES cnt_termijn(cnt_termijn_key),
bes_disc_params_cnt_opzegterm /* de opzegtermijn */
NUMBER(10)
CONSTRAINT bes_r_cnt_termijn_key2 REFERENCES cnt_termijn(cnt_termijn_key)
CONSTRAINT bes_r_cnt_termijn_key2 REFERENCES cnt_termijn(cnt_termijn_key),
bes_disc_params_for_others /* Kan ik als FE een bestelling voor een ander plaatsen? {0=no | 1=yes} */
NUMBER(1)
DEFAULT 0
);
//// flexprops