Commit 6779c4b0 authored by hujun's avatar hujun

关闭 datetime_format转换

parent 7485681c
......@@ -47,7 +47,7 @@ return [
// 自动写入时间戳字段
'auto_timestamp' => false,
// 时间字段取出后的默认时间格式
'datetime_format' => 'Y-m-d H:i:s',
'datetime_format' => false,
// 是否需要进行SQL性能分析
'sql_explain' => false,
];
\ No newline at end of file
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 to comment