模型类初始化默认不自动获取字段信息

This commit is contained in:
thinkphp
2016-06-04 12:03:52 +08:00
parent 150a3fe190
commit 4dbc959a89

View File

@@ -64,7 +64,7 @@ abstract class Model implements \JsonSerializable, \ArrayAccess
// 更新自动完成列表
protected $update = [];
// 是否自动获取字段类型信息
protected $autoFetchFieldType = true;
protected $autoFetchFieldType = false;
// 是否需要自动写入时间戳
protected $autoWriteTimestamp;
// 创建时间字段