Skip to content

Commit ccac381

Browse files
committed
Merge branch '3.4' into 4.3
* 3.4: Replace utf8_bin collation with utf8mb4_bin in example
2 parents 347cb7f + 8dd5ebc commit ccac381

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)