From 79969c99c6456a6d6edfbe78d241575fe1f65594 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 13 Mar 2024 11:41:41 -0500 Subject: [PATCH] change mariadb default --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index 3ddc3968..f720f566 100644 --- a/config/database.php +++ b/config/database.php @@ -69,7 +69,7 @@ return [ 'password' => env('DB_PASSWORD', ''), 'unix_socket' => env('DB_SOCKET', ''), 'charset' => env('DB_CHARSET', 'utf8mb4'), - 'collation' => env('DB_COLLATION', 'utf8mb4_uca1400_ai_ci'), + 'collation' => env('DB_COLLATION', 'utf8mb4_unicode_ci'), 'prefix' => '', 'prefix_indexes' => true, 'strict' => true,