QA: syntax

svn path=/Database/trunk/; revision=27163
This commit is contained in:
Peter Feij
2015-11-27 18:29:13 +00:00
parent 9056958391
commit a96cf75872
3 changed files with 19 additions and 18 deletions

View File

@@ -93,7 +93,8 @@ CREATE_TABLE(bez_bezoekers,0)
bez_bezoekers_oproep
DATE,
bez_bezoekers_flags -- documentatie in appl/bez/xxx.inc
NUMBER(10) DEFAULT 0 NOT NULL;
NUMBER(10)
DEFAULT 0 NOT NULL
);