Skip to content

Commit affca22

Browse files
committed
minor #12641 Update MySQL column type definition (jbroutier)
This PR was submitted for the 4.4 branch but it was merged into the 3.4 branch instead (closes #12641). Discussion ---------- Update MySQL column type definition Update 4.4 documentation. Commits ------- 8cd2e75 Update MySQL column type definition
2 parents 695a382 + 8cd2e75 commit affca22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/pdo_session_storage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ MySQL
254254
`sess_id` VARCHAR(128) NOT NULL PRIMARY KEY,
255255
`sess_data` BLOB NOT NULL,
256256
`sess_time` INTEGER UNSIGNED NOT NULL,
257-
`sess_lifetime` MEDIUMINT NOT NULL
257+
`sess_lifetime` INTEGER UNSIGNED NOT NULL
258258
) COLLATE utf8mb4_bin, ENGINE = InnoDB;
259259
260260
.. note::

0 commit comments

Comments
 (0)