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

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

@@ -6,4 +6,5 @@ use app\common\model\TimeModel;
class SystemUploadfileBase extends TimeModel
{
public const FIELD_LIST_FILE = ['url'];
}