vendorSubscriptionMessageHistory
This table stores the history of messages related to vendor subscriptions, including timestamps, status, and message content.
Columns
| Name | Type | References | Description |
| String | The email address of the recipient who received the subscription message. This field stores the email contact information used for communication. | ||
| memo | String | A note or comment associated with the subscription message. This field can store additional details about the message content or purpose. | |
| recipient | String | The name or identifier of the recipient who was sent the subscription message. This field helps track the intended recipient within the system. | |
| senddate | Date | The date when the subscription message was sent to the recipient. This timestamp helps track communication history and message delivery timing. | |
| sender | String | The name or identifier of the sender who initiated the subscription message. This field records the user or system that dispatched the message. |