Table Messages - warwickfoster/qurantools GitHub Wiki
This table records system-generated messages sent to users, including their content, expiration dates, and status (e.g., retired). It serves as a communication channel between the system and its users.
Column Descriptions
Table Name | Column Name | Description |
---|---|---|
messages |
ID |
A unique identifier for each message, serving as the primary key for the table. |
messages |
MESSAGE |
The textual content of the message, containing information, notifications, or updates for the user. |
messages |
RETIRED |
A status indicator showing whether the message is no longer active or relevant. |
messages |
DATE AND TIME |
The date and time when the message was created or sent. |
messages |
EXPIRY DATE |
The date when the message is set to expire or be automatically retired. |