UD_PROFILE_TABLE
Description
This table stores profile table mappings to external data sources.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| ID | BIGINT | The unique identifier for the profile table. |
| PROFILE_ID | BIGINT | The profile ID associated with the table. |
| DATA_SOURCE_NAME | VARCHAR(255) | The name of the data source. |
| DB_TABLE_NAME | VARCHAR(255) | The database table name. |
| KEY_ATTRIBUTE_COLUMN | VARCHAR(255) | The key attribute column name. |
| ATTRIBUTE_COLUMN_MAPPINGS | TEXT | JSON mapping of attribute columns. |
| IS_MASTER_TABLE | BIT | Indicates if this is the master table. |
| 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. |