Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » MobiLink - 服务器管理 » MobiLink 参考 » MobiLink 服务器系统表

 

ml_qa_status_history

此表只用于 QAnywhere 应用程序。它包含消息状态更改的历史记录。

小心

不要改动此表。

说明
msgid VARCHAR(128)。全局唯一的消息标识符。
address VARCHAR(255)。目标接收者的地址。
status INTEGER。消息的状态。可以是 1(待执行)、10(正在接收)、30(已到期)、40(已取消)、50(无法收到)或 60(已接收)。
statustime TIMESTAMP。到达此状态的时间。该时间是到达此状态的客户端的本地时间。
servertime TIMESTAMP。服务器接收到状态更改的时间。
details VARCHAR(1000)。状态更改的详细信息(如果有)。
syncstatus INTEGER。就此消息而言客户端与服务器之间同步的状态。可以是 0(不同步)、1(同步)、2(不应同步消息)或 3(正在同步)。
约束

PRIMARY KEY( msgid )

FOREIGN KEY ( msgid ) REFERENCES ml_qa_repository( msgid )