FSN#14942
svn path=/Database/trunk/; revision=9925
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifdef CAD // 22-05-1998 KTH
|
||||
|
||||
/* $Revision: 24 $
|
||||
* $Modtime: 5-02-08 11:34 $
|
||||
/* $Revision: 25 $
|
||||
* $Modtime: 21-11-08 14:03 $
|
||||
*/
|
||||
|
||||
#include "comsql.h"
|
||||
@@ -114,6 +114,9 @@ CREATE_TABLE(cad_legendawaarde,0)
|
||||
* 00 het gaat over contouren (alg_ruimte_key/prj_ruimte_key/alg_terreinsector_key is gezet). Backward compatible
|
||||
* 01 het gaat over werkplekken (prs_werkplek_key/ prj_werkplek_key is gezet)
|
||||
* 11 het gaat over symbolen (ins_deel_key/prj_deel_key is gezet)
|
||||
* bit 5 (32) is gereserveerd
|
||||
* bit 6 (64) is gereserveerd
|
||||
* bit 7 (128) is gezet voor 'draggable', dan kan dit thema worden gebruikt om te muteren (FSN#14942).
|
||||
*/
|
||||
|
||||
CREATE_TABLE(cad_thema,0)
|
||||
@@ -130,7 +133,7 @@ CREATE_TABLE(cad_thema,0)
|
||||
VARCHAR2(1000)
|
||||
NOT_NULL(cad_thema_view, cad_c_cad_thema_view),
|
||||
cad_thema_type VARCHAR2(3)
|
||||
CONSTRAINT cad_c_cad_thema_type CHECK (cad_thema_type BETWEEN 1 AND 31),
|
||||
CONSTRAINT cad_c_cad_thema_type CHECK (cad_thema_type BETWEEN 1 AND 255),
|
||||
fac_functie_key
|
||||
NUMBER(10)
|
||||
CONSTRAINT cad_fac_functie_key1 REFERENCES fac_functie(fac_functie_key)
|
||||
|
||||
Reference in New Issue
Block a user