HSLE#55820 ruimtereservering

svn path=/Database/trunk/; revision=42141
This commit is contained in:
Erik Groener
2019-04-17 11:23:09 +00:00
parent 4eb989a65f
commit cc8e78fe6e
2 changed files with 11 additions and 0 deletions

View File

@@ -118,6 +118,10 @@ CREATE_TABLE(res_ruimte,0)
CLOB,
res_ruimte_syncdate
DATE,
res_ruimte_cv
NUMBER(1)
DEFAULT 0
CONSTRAINT res_c_res_ruimte_cv CHECK(res_ruimte_cv IN (0,1)),
CONSTRAINT res_u_res_ruimte_upper UNIQUE(res_ruimte_upper, res_ruimte_verwijder)
);