8000 fix lifetime column type · xabbuh/symfony-docs@7e03e29 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7e03e29

Browse files
committed
fix lifetime column type
1 parent 2ed38c4 commit 7e03e29

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
@@ -218,7 +218,7 @@ MySQL
218218
`sess_id` VARCHAR(128) NOT NULL PRIMARY KEY,
219219
`sess_data` BLOB NOT NULL,
220220
`sess_time` INTEGER UNSIGNED NOT NULL,
221-
`sess_lifetime` MEDIUMINT NOT NULL
221+
`sess_lifetime` INTEGER NOT NULL
222222
) COLLATE utf8mb4_bin, ENGINE = InnoDB;
223223
224224
.. note::

0 commit comments

Comments
 (0)
0