Skip to content

Commit 0392c60

Browse files
authored
Replace utf8_bin collation with utf8mb4_bin in example
1 parent 6d5f268 commit 0392c60

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
@@ -255,7 +255,7 @@ MySQL
255255
`sess_data` BLOB NOT NULL,
256256
`sess_time` INTEGER UNSIGNED NOT NULL,
257257
`sess_lifetime` MEDIUMINT NOT NULL
258-
) COLLATE utf8_bin, ENGINE = InnoDB;
258+
) COLLATE utf8mb4_bin, ENGINE = InnoDB;
259259
260260
.. note::
261261

0 commit comments

Comments
 (0)