mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
change mariadb default
This commit is contained in:
parent
dd0bf5c5a6
commit
79969c99c6
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user