fix siteuserdata

This commit is contained in:
jxxghp
2024-09-30 10:26:32 +08:00
parent 886b31b35d
commit 06ea9e2d09
4 changed files with 41 additions and 1 deletions

View File

@@ -13,6 +13,8 @@ class SiteUserData(Base):
id = Column(Integer, Sequence('id'), primary_key=True, index=True)
# 站点域名
domain = Column(String, index=True)
# 站点名称
name = Column(String)
# 用户名
username = Column(String)
# 用户ID