增加数据库的文件字段数据迁移

This commit is contained in:
augushong
2024-10-25 20:47:21 +08:00
parent 4cf1c95789
commit 3f48492089
5 changed files with 158 additions and 0 deletions

View File

@@ -10,6 +10,11 @@ use think\Model;
class BaseModelBase extends Model
{
public const FIELD_LIST_FILE = [];
public const FIELD_LIST_CONTENT = [];
/**
* 自动清除的缓存值
*