diff options
Diffstat (limited to 'config/database.php')
-rw-r--r-- | config/database.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/database.php b/config/database.php index fd22e8e..427cdbd 100644 --- a/config/database.php +++ b/config/database.php @@ -60,7 +60,7 @@ return [ 'username' => env('DB_USERNAME', 'forge'), 'password' => env('DB_PASSWORD', ''), 'charset' => 'utf8', - 'collation' => 'utf8_unicode_ci', + 'collation' => 'utf8_bin', 'prefix' => '', 'strict' => true, 'engine' => null, |