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

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

@@ -2,6 +2,7 @@
namespace think;
use app\common\command\admin\MigrateFileData;
use app\common\command\Test;
use app\common\event\AdminLoginSuccess\LogEvent;
use app\common\event\AdminLoginType\DemoEvent;
@@ -50,6 +51,7 @@ class UlthonAdminService extends Service
// 绑定命令行
$this->commands([
Test::class,
MigrateFileData::class
]);
// 绑定标识容器