We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e048178 commit 6565de2Copy full SHA for 6565de2
session/database.rst
@@ -389,7 +389,7 @@ MySQL
389
CREATE TABLE `sessions` (
390
`sess_id` VARBINARY(128) NOT NULL PRIMARY KEY,
391
`sess_data` BLOB NOT NULL,
392
- `sess_lifetime` MEDIUMINT NOT NULL,
+ `sess_lifetime` INTEGER UNSIGNED NOT NULL,
393
`sess_time` INTEGER UNSIGNED NOT NULL
394
) COLLATE utf8mb4_bin, ENGINE = InnoDB;
395
0 commit comments