TIME_BASED_MILESTONE_REMINDE_5
Description
This table stores information about time-based milestone reminders.
Columns
| Column Name | Data Type | Description |
| ID | bigint | Primary key column for the table |
| MESSAGE | longtext | Stores the message associated with the milestone reminder |
| EVENT_TIME_BASED_MILESTONE_R_0 | bigint | Stores the ID of the event associated with the milestone reminder |
Foreign Key Relationships
- EVENT_TIME_BASED_MILESTONE_R_0 references TIME_BASED_MILESTONE_REMINDE_3(ID)