Skip to content

Commit 8dd5ebc

Browse files
committed
minor #12116 Replace utf8_bin collation with utf8mb4_bin in example (bocharsky-bw)
This PR was merged into the 3.4 branch. Discussion ---------- Replace utf8_bin collation with utf8mb4_bin in example Symfony docs recommend using `utf8mb4` charset and collation already Commits ------- 0392c60 Replace utf8_bin collation with utf8mb4_bin in example
2 parents 52aaff6 + 0392c60 commit 8dd5ebc

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)