UD_PROFILE_CONDITION_TEMPLATE
Description
This table stores condition templates for profile-based conditions.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| ID | BIGINT | The unique identifier for the condition template. |
| CONFIG_JSON | longtext | JSON configuration for the template. |
| PROFILE_CATEGORY_ID | BIGINT | The profile category ID associated with the template. |
| CONDITION_KIND | SMALLINT | The kind of condition. |
| CONDITION_TEMPLATE_ID | VARCHAR(255) | The unique identifier for the condition template. |
| 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. |