diff options
author | Camil Staps | 2017-09-20 20:04:01 +0200 |
---|---|---|
committer | Camil Staps | 2017-09-20 20:04:01 +0200 |
commit | f52e212ed7b61bbac32e2e0ee3e6f150e3d9b918 (patch) | |
tree | bccd76aa9a89b48f24aab1063bdf3825a7f134c5 /config | |
parent | Use <select> for root again; fix checking answers (diff) |
Simple ETCBC importer (#2 - still needs some work); requires case-sensitive collation
Diffstat (limited to 'config')
-rw-r--r-- | config/database.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/database.php b/config/database.php index fd22e8e..427cdbd 100644 --- a/config/database.php +++ b/config/database.php @@ -60,7 +60,7 @@ return [ 'username' => env('DB_USERNAME', 'forge'), 'password' => env('DB_PASSWORD', ''), 'charset' => 'utf8', - 'collation' => 'utf8_unicode_ci', + 'collation' => 'utf8_bin', 'prefix' => '', 'strict' => true, 'engine' => null, |