Skip to content

Commit 7723b5c

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Replace utf8_bin collation with utf8mb4_bin in example
2 parents 8e148ae + ccac381 commit 7723b5c

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
@@ -219,7 +219,7 @@ MySQL
219219
`sess_data` BLOB NOT NULL,
220220
`sess_time` INTEGER UNSIGNED NOT NULL,
221221
`sess_lifetime` MEDIUMINT NOT NULL
222-
) COLLATE utf8_bin, ENGINE = InnoDB;
222+
) COLLATE utf8mb4_bin, ENGINE = InnoDB;
223223
224224
.. note::
225225

0 commit comments

Comments
 (0)