调整软删除字段默认值为 0
This commit is contained in:
@@ -13,4 +13,5 @@ class Attachment extends Model
|
||||
protected $autoWriteTimestamp = true;
|
||||
protected $createTime = 'createTime';
|
||||
protected $updateTime = 'updateTime';
|
||||
protected $defaultSoftDelete = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user