YKPN#40205 Toevoeging van bez_bezoekers_flag

svn path=/Database/trunk/; revision=34696
This commit is contained in:
2017-07-20 14:52:07 +00:00
parent 3ba93de74e
commit a5eeb4a2b9
3 changed files with 13 additions and 2 deletions

View File

@@ -94,9 +94,11 @@ CREATE_TABLE(bez_bezoekers,0)
DATE,
bez_bezoekers_oproep
DATE,
bez_bezoekers_flags -- documentatie in appl/bez/xxx.inc
bez_bezoekers_bits -- documentatie in appl/bez/xxx.inc
NUMBER(10)
DEFAULT 0 NOT NULL
DEFAULT 0 NOT NULL,
bez_bezoekers_flag
NUMBER(1)
);