- Timestamp:
- 10/23/21 19:09:04 (3 years ago)
- Branches:
- develop, master
- Children:
- 53d99ce
- Parents:
- c6fe0df
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
config/database.php
rc6fe0df ra0635eb 53 53 'password' => env('DB_PASSWORD', ''), 54 54 'unix_socket' => env('DB_SOCKET', ''), 55 'charset' => 'utf8mb4', 56 'collation' => 'utf8mb4_unicode_ci', 55 //'charset' => 'utf8mb4', 56 //'collation' => 'utf8mb4_unicode_ci', 57 'charset' => 'utf8', 58 'collation' => 'utf8_unicode_ci', 57 59 'prefix' => '', 58 60 'prefix_indexes' => true,
Note:
See TracChangeset
for help on using the changeset viewer.