feat(db): 调整表结构 增加card_brand字符长度为255,新增diy_source自定义卡片品牌

This commit is contained in:
xingc
2025-04-25 17:06:22 +08:00
parent 840b2a7760
commit 5dd7910167
4 changed files with 12 additions and 5 deletions

View File

@@ -19,8 +19,14 @@ pip install -r requirements.txt
- 数据库和redis连接信息
- 图片资源上传目录
- 境外代理
-
4.迁移/更新数据库配置
4.启动服务
```shell
alembic upgrade head
```
5.启动服务
```shell
uvicorn main:app