Message Metadata Table Schema (message_metadata)


Description

type, status, and workflow additions to messages

message_metadata table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null

id of the table, please edit me

messageid BIGINT 19 null
message.id Implied Constraint R

message that still needs some processing (on message table)

msgtype SMALLINT 5 null

The message type

msgstatus SMALLINT 5 null

The message status

processorid SMALLINT 5 null

The message processor id

urgency SMALLINT 5 null

The message urgency

icon VARCHAR 255 null
onaccept LONGTEXT 2147483647 null

serialised action on message acceptance

onreject LONGTEXT 2147483647 null

serialised action on message rejection

oninfo LONGTEXT 2147483647 null

serialised action on message info

messagereadid BIGINT 19 null
message.id Implied Constraint R

for tracking metadata after message has been read

Table contained -1 rows

message_metadata table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
messmeta_mes2_ix Performance Asc messagereadid
messmeta_mes_ix Performance Asc messageid

message_metadata table relationships