main
vine_liutk 2024-02-27 10:54:57 +08:00
parent 8c7abbbee9
commit 68a095d85f
1 changed files with 2 additions and 2 deletions

View File

@ -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,