increase credentialId length in database

This commit is contained in:
Daniel Seifert 2022-11-01 10:34:50 +01:00
parent 7088042cab
commit ebf1e5b14b
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class Events
`OXUSERID` char(32) NOT NULL,
`OXSHOPID` int(11) NOT NULL,
`NAME` varchar(100) NOT NULL,
`CREDENTIALID` char(100) NOT NULL,
`CREDENTIALID` char(200) NOT NULL,
`CREDENTIAL` varchar(2000) NOT NULL,
`OXTIMESTAMP` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`OXID`),