add: gettone in der DB (Token)

This commit is contained in:
Don Bock 2023-01-11 10:45:08 +01:00
parent d4e275e28c
commit aa90447465

View File

@ -35,6 +35,7 @@ CREATE TABLE `utente`
`email` varchar(200) NOT NULL, /*Email*/
`parolaDordine` integer(10) NOT NULL, /*Passwort*/
`nomeUtente` integer(10) NOT NULL, /*Benutzernamen*/
`gettone` varchar(255), /*Token für Session*/
`created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8;