diff --git a/config/database.php b/config/database.php index 6abea25..0e43014 100644 --- a/config/database.php +++ b/config/database.php @@ -72,8 +72,8 @@ return [ 'username' => env('DJC_DB_USERNAME', 'forge'), 'password' => env('DJC_DB_PASSWORD', ''), 'unix_socket' => env('DJC_DB_SOCKET', ''), - 'charset' => 'utf8mb4', - 'collation' => 'utf8mb4_unicode_ci', + 'charset' => 'latin1', + 'collation' => 'latin1_swedish_ci', 'prefix' => '', 'prefix_indexes' => true, 'strict' => true,