mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 15:12:48 +08:00
模型类初始化默认不自动获取字段信息
This commit is contained in:
@@ -64,7 +64,7 @@ abstract class Model implements \JsonSerializable, \ArrayAccess
|
|||||||
// 更新自动完成列表
|
// 更新自动完成列表
|
||||||
protected $update = [];
|
protected $update = [];
|
||||||
// 是否自动获取字段类型信息
|
// 是否自动获取字段类型信息
|
||||||
protected $autoFetchFieldType = true;
|
protected $autoFetchFieldType = false;
|
||||||
// 是否需要自动写入时间戳
|
// 是否需要自动写入时间戳
|
||||||
protected $autoWriteTimestamp;
|
protected $autoWriteTimestamp;
|
||||||
// 创建时间字段
|
// 创建时间字段
|
||||||
|
|||||||
Reference in New Issue
Block a user