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 695a382 commit 8cd2e75Copy full SHA for 8cd2e75
doctrine/pdo_session_storage.rst
@@ -254,7 +254,7 @@ MySQL
254
`sess_id` VARCHAR(128) NOT NULL PRIMARY KEY,
255
`sess_data` BLOB NOT NULL,
256
`sess_time` INTEGER UNSIGNED NOT NULL,
257
- `sess_lifetime` MEDIUMINT NOT NULL
+ `sess_lifetime` INTEGER UNSIGNED NOT NULL
258
) COLLATE utf8mb4_bin, ENGINE = InnoDB;
259
260
.. note::
0 commit comments