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_staging

此表只用于 QAnywhere 应用程序。它是在将状态变更与发起客户端(使用 SQL Anywhere 9.0.1 版)进行同步时使用的分段表。

小心

不要改动此表。

说明

msgid

VARCHAR(128)。全局唯一的消息标识符。

status VARCHAR(255)。消息的状态。可以设为 [pending]、[receiving]、[received]、[unreceivable]、[expired] 或 [cancelled]。缺省值为 pending
statustime TIMESTAMP。上次更改状态的时间。
mluser VARCHAR(128)。对远程数据库进行唯一标识的 MobiLink 用户名。
约束

PRIMARY KEY( msgid )