UD_TRIGGER
Description
This table stores trigger definitions that determine when actions should be executed.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| ID | BIGINT | The unique identifier for the trigger. |
| NAME | VARCHAR(255) | The name of the trigger. |
| DISPLAY_NAME | VARCHAR(255) | The display name of the trigger. |
| PIPELINE_VERSION_ID | BIGINT | The pipeline version ID associated with the trigger. |
| OPERATION_CONFIG_JSON | LONGTEXT | JSON configuration for trigger operations. |
| DEPLOYED | BIT | Indicates if the trigger is deployed. |
| 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. |