Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfa6f08b

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Update column type for MySQL sessions table
2 parents2cf20f5 +670e1bd commitfa6f08b

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)

[8]ページ先頭

©2009-2025 Movatter.jp