ml_qa_repository_archive

This table is used only for QAnywhere applications. It archives messages and their properties.

Caution

Do not alter this table.

Column

Description

msgid

VARCHAR(128). A globally unique message identifier.

props LONG BINARY. An encoding of the message properties.
content LONG BINARY. The content of the message. Text messages are encoded as UTF-8.
Constraints

PRIMARY KEY( msgid )