Skip to content

Commit 8cd2e75

Browse files
Jérémie Broutierxabbuh
Jérémie Broutier
authored andcommitted
Update MySQL column type definition
Update 4.4 documentation.
1 parent 695a382 commit 8cd2e75

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)