Migrate SiteUserData userid field from Integer to String type

Co-authored-by: jxxghp <jxxghp@live.cn>
This commit is contained in:
Cursor Agent
2025-08-25 13:50:58 +00:00
parent 47c6917129
commit 25289dad8a
6 changed files with 439 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ class SiteUserData(Base):
# 用户名
username = Column(String)
# 用户ID
userid = Column(Integer)
userid = Column(String)
# 用户等级
user_level = Column(String)
# 加入时间