Revert "Let database handle default collation (#6241)" (#6266)

This reverts commit 74c5a01b09b24950cfcffbbc3bad9c2749f7388b.
This commit is contained in:
Taylor Otwell 2023-11-02 08:42:28 -05:00 committed by GitHub
parent c7098938d3
commit 024c86a24b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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