Skip to content

Commit fa6f08b

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Update column type for MySQL sessions table
2 parents 2cf20f5 + 670e1bd commit fa6f08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session/database.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ MySQL
389389
CREATE TABLE `sessions` (
390390
`sess_id` VARBINARY(128) NOT NULL PRIMARY KEY,
391391
`sess_data` BLOB NOT NULL,
392-
`sess_lifetime` MEDIUMINT NOT NULL,
392+
`sess_lifetime` INTEGER UNSIGNED NOT NULL,
393393
`sess_time` INTEGER UNSIGNED NOT NULL
394394
) COLLATE utf8mb4_bin, ENGINE = InnoDB;
395395

0 commit comments

Comments
 (0)