ml_qa_repository_props

This table is used only for QAnywhere applications. This is an expansion of the props column in the ml_qa_repository table. Properties are only expanded as needed by the transmission rules engine. If there are no associated rules, a property is not expanded.

Caution

Do not alter this table.

Column

Description

msgid VARCHAR(128). A globally unique message identifier.
name VARCHAR(128). The name of the property. If the property name was provided in Unicode, it is translated to the native character set of the database.
value LONG VARCHAR. The value of the property.
Constraints

PRIMARY KEY( msgid, name )

FOREIGN KEY( msgid ) REFERENCES ml_qa_repository( msgid )