Name
|
Type
|
Description
|
---|---|---|
DATA
|
WVARCHAR(128)
|
Specifies a piece of
the message text. Not NULL.
|
MESSAGE_ID
|
INTEGER
|
The unique ID of the
messages stored in the table. Not NULL.
|
SEQUENCE
|
INTEGER
|
Orders the message entries
for the entire MESSAGE_ID. Not NULL.
|
MESSAGE_NUM
|
INTEGER
|
Used to indicate separate
messages within a MESSAGE_ID. Not NULL.
|