Skip to content

Commit ab77007

Browse files
committed
Merge branch '4.4'
* 4.4: Replace utf8_bin collation with utf8mb4_bin in example
2 parents 556ca9d + 7723b5c commit ab77007

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)