更新 message.py

This commit is contained in:
jxxghp 2024-03-16 22:20:14 +08:00 committed by GitHub
parent 5b3027c0a7
commit 350def0a6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ class Message(Base):
# 用户ID
userid = Column(String)
# 登记时间
reg_time = Column(String)
reg_time = Column(String, index=True)
# 消息方向0-接收息1-发送消息
action = Column(Integer)
# 附件json