| type | VARCHAR(16777216) | The type of the message. |
| action | VARCHAR(16777216) | The operation performed by the message. |
| module | VARCHAR(16777216) | The module that processed the message. |
| message_index | NUMBER(38,0) | The index of the message within the transaction. |
| sender | VARCHAR(16777216) | The address that sent the message. |
| block_height | NUMBER(38,0) | The sequential number of the block in the blockchain. |
| block_timestamp | TIMESTAMP_NTZ(9) | The timestamp when the block was created. |
| block_hash | VARCHAR(16777216) | The hash of the block. |
| transaction_hash | VARCHAR(16777216) | The hash of the transaction containing the message. |
| transaction_index | NUMBER(38,0) | The index of the transaction within the block. |
| _created_at | TIMESTAMP_NTZ(9) | The timestamp when the entry was created. |
| _updated_at | TIMESTAMP_NTZ(9) | The timestamp when the entry was updated. |