Skip to content

Commit

Permalink
Add utf8mb4_0900_ai_ci collation
Browse files Browse the repository at this point in the history
It's now the MySQL 8 default
  • Loading branch information
brendankay committed Mar 2, 2020
1 parent 09bff69 commit 6b40fdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Parse/CollationInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class CollationInfo
'utf8mb4_general_ci',
'utf8mb4_unicode_ci',
'utf8mb4_bin',
'utf8mb4_0900_ai_ci',
],
'binary' => [
'binary',
Expand Down

0 comments on commit 6b40fdd

Please sign in to comment.