Skip to content

Commit

Permalink
sync: Revert "Let database handle default collation
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Jan 16, 2024
1 parent 3c3b4e4 commit 7d4e5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
'password' => env('DB_PASSWORD', ''),
'unix_socket' => env('DB_SOCKET', ''),
'charset' => 'utf8mb4',
'collation' => null,
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'prefix_indexes' => true,
'strict' => true,
Expand Down

0 comments on commit 7d4e5f3

Please sign in to comment.