8000 Replace utf8_bin collation with utf8mb4_bin in example · symfony/symfony-docs@0392c60 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

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)
0