songxingwei 4 years ago
parent
commit
9c810e9660
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/database.php

+ 1 - 1
config/database.php

@@ -58,7 +58,7 @@ return [
             // 监听SQL执行日志
             'trigger_sql'     => true,
             // 开启字段类型缓存
-            'fields_cache'    => !app()->isDebug(),
+            //'fields_cache'    => !app()->isDebug(),
         ],
     ],
 ];