UD_DESTINATION
Description
This table stores destination configurations for sending messages.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| ID | BIGINT | The unique identifier for the destination. |
| NAME | VARCHAR(255) | The name of the destination. |
| DESCRIPTION | VARCHAR(255) | The description of the destination. |
| TEMPLATE_ID | BIGINT | The template ID associated with the destination. |
| MESSAGE_CONFIG | TEXT | Message configuration for the destination. |
| CONNECTOR_CONFIG | TEXT | Connector configuration for the destination. |
| IS_ENABLED | BIT | Indicates if the destination is enabled. |
| CREATED_DATE | DATETIME | The date and time when the record was created. |
| CREATED_BY | BIGINT | The user ID who created the record. |
| UPDATED_DATE | DATETIME | The date and time when the record was last updated. |
| UPDATED_BY | BIGINT | The user ID who last updated the record. |