Support for storing session ID in db

This commit is contained in:
Marcus Hill 2022-01-15 21:27:36 +00:00
parent 2b3a7171b3
commit 20a903324e
1 changed files with 1 additions and 0 deletions

1
db.sql
View File

@ -1166,6 +1166,7 @@ CREATE TABLE `users` (
`user_token` varchar(200) DEFAULT NULL,
`user_avatar` varchar(200) DEFAULT NULL,
`user_specific_encryption_ciphertext` varchar(200) DEFAULT NULL,
`user_php_session` varchar(255) DEFAULT NULL,
`user_extension_key` varchar(18) DEFAULT NULL,
`user_created_at` datetime NOT NULL,
`user_updated_at` datetime DEFAULT NULL,