This commit is contained in:
hackrobot
2024-04-10 20:28:15 +08:00
parent 0434f76377
commit 402e47e5d0
2 changed files with 4 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ class User(Base):
id = Column(Integer, primary_key=True)
wxid = Column(String)
openId = Column(String)
h5openid = Column(String)
sex = Column(String) #性别 男/女
city = Column(String) #城市
country = Column(String) #"CN"