FCLT#62811 prs_bedrijfadres_password langer maken.

svn path=/Database/trunk/; revision=47161
This commit is contained in:
Erik Groener
2020-06-17 14:46:35 +00:00
parent 8e21268708
commit 4ec773a93b
4 changed files with 19 additions and 8 deletions

View File

@@ -251,7 +251,7 @@ CREATE_TABLE(prs_bedrijfadres, 0) (
prs_bedrijfadres_username
VARCHAR2(32),
prs_bedrijfadres_password
VARCHAR2(32),
VARCHAR2(320),
prs_bedrijfadres_authmethod /* 0=http.open, 1=Forces basic, 2=custom header, 3=add to xml, >4=future use */
NUMBER(3)
DEFAULT 0