KNTA_USER_NOTIF_OPT_CONF
This table stores notification settings for all users.
Foreign Keys
This table does not have any foreign keys.
Column Descriptions
| Column Name | Null? | Data Type | Description |
|---|---|---|---|
| NOTIFICATION_ENTITY_ID | NOT NULL | NUMBER | The notification entity ID |
| CAN_OVERRIDE_BY_USER | NOT NULL | CHAR(1) | Whether to allow users to set their preferences. |
| DEFAULT_OPT_VALUE | NOT NULL | CHAR(1) | Whether users can receive the email notification by default. |
| CREATION_DATE | NOT NULL | DATE | Date when the record was created. |
| CREATED_BY | NOT NULL | NUMBER | Identifier for the user who created the record. |
| LAST_UPDATED_DATE | NOT NULL | DATE | Date when the record was last updated. |
| LAST_UPDATED_BY | NOT NULL | NUMBER | Identifier for the user who last updated the record. |
Indexes
This table has no indexes.
Sequences
This table uses no sequences.

