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

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

@@ -0,0 +1,14 @@
<?php
declare(strict_types=1);
namespace app\common\command\admin;
use base\common\command\admin\MigrateFileDataBase;
class MigrateFileData extends MigrateFileDataBase
{
protected $fromDomain = [];
protected $toDomain = 'https://admin.demo.ulthon.com';
}