'修改database'

This commit is contained in:
2020-08-19 16:52:36 +08:00
parent e5a9380f81
commit 0ea2ed933b
3 changed files with 23 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ return [
'password' => env('DB_PASSWORD', ''),
'unix_socket' => env('DB_SOCKET', ''),
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_general_ci',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'prefix_indexes' => true,
'strict' => true,