Commit be5486a7 by 杨树贤

添加数据表前缀

parent a26cd2df
Showing with 1 additions and 1 deletions
......@@ -49,7 +49,7 @@ return [
'unix_socket' => env('DB_SOCKET', ''),
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'prefix' => env('DB_PREFIX',''),
'strict' => true,
'engine' => null,
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment