Schema: hr
English table: hr.x_notification_types
Italian original table: hr.x_tipi_notifiche
Description: Master lookup table for system notification types and their default message templates.
Overview
- Columns: 6
- Primary key: id
- Outgoing foreign keys: 1
- Incoming foreign keys: 0
- Indexes: 2
Columns
| English column | Italian original column | Type | Null | Default / Generated | Description |
|---|
id | id | integer | NO | | Surrogate primary key. |
xnt_id | tipino_id | integer | NO | | Identifier of the related xnt record. |
xnt_code | tipono_code | character varying(10) | NO | | Code for xnt. |
xnt_description | tipono_description | character varying(100) | NO | | Description text. |
xnt_default_body | tipono_text_default | text | NO | | Text value. |
tenant_id | tenant_id | integer | YES | | Tenant identifier for data isolation. |
Relationships
Outgoing foreign keys
| Constraint | Local columns | References | Referenced columns | On update | On delete |
|---|
fk_xnt_tenant | tenant_id | cloud.tenants | ten_internal_id | RESTRICT | CASCADE |
Referenced by
No incoming foreign keys found.
Constraints
- Primary key:
pk_x_notification_types → id
- Unique:
c_uk_xnt_id_tenant → xnt_id, tenant_id
Indexes
| Name | Unique | Method | Columns / expression |
|---|
idx_xnt_id_tenant_lookup | NO | btree | tenant_id, xnt_id |
idx_xnt_tenant_base | NO | btree | tenant_id |
Navigation