From 024c86a24bdc8b02c38d41442f3908aae09f31a7 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 2 Nov 2023 08:42:28 -0500 Subject: [PATCH] Revert "Let database handle default collation (#6241)" (#6266) This reverts commit 74c5a01b09b24950cfcffbbc3bad9c2749f7388b. --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index 8cd8ed07..137ad18c 100644 --- a/config/database.php +++ b/config/database.php @@ -53,7 +53,7 @@ return [ 'password' => env('DB_PASSWORD', ''), 'unix_socket' => env('DB_SOCKET', ''), 'charset' => 'utf8mb4', - 'collation' => null, + 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'prefix_indexes' => true, 'strict' => true,