更新 message.py
This commit is contained in:
parent
5b3027c0a7
commit
350def0a6f
@ -24,7 +24,7 @@ class Message(Base):
|
|||||||
# 用户ID
|
# 用户ID
|
||||||
userid = Column(String)
|
userid = Column(String)
|
||||||
# 登记时间
|
# 登记时间
|
||||||
reg_time = Column(String)
|
reg_time = Column(String, index=True)
|
||||||
# 消息方向:0-接收息,1-发送消息
|
# 消息方向:0-接收息,1-发送消息
|
||||||
action = Column(Integer)
|
action = Column(Integer)
|
||||||
# 附件json
|
# 附件json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user