UD_PROFILE
Description
This table stores profile definitions for customer data management.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| ID | BIGINT | The unique identifier for the profile. |
| NAME | VARCHAR(255) | The name of the profile. |
| DESCRIPTION | TEXT | The description of the profile. |
| KEY_ATTRIBUTE | VARCHAR(255) | The key attribute for the profile. |
| IS_MASTER_PROFILE | BIT | Indicates if this is the master profile. |
| IS_ENABLED | BIT | Indicates if the profile 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_BY | BIGINT | The user ID who last updated the record. |
| UPDATED_DATE | DATETIME | The date and time when the record was last updated. |