hr.x_absence_reason_types
Schema: hr
English table: hr.x_absence_reason_types
Italian original table: hr.x_tipo_giustif
Description: Lookup table for main absence and leave categories (e.g., Vacation, Sick Leave, Personal Time).
Overview
- Columns: 4
- 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. |
xart_id | xtipgiu_id | integer | NO | | Identifier of the related xart record. |
xart_description | xtipgiu_description | character varying(20) | NO | | Description text. |
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_xart_tenant | tenant_id | cloud.tenants | ten_internal_id | RESTRICT | CASCADE |
Referenced by
No incoming foreign keys found.
Constraints
- Primary key:
pk_x_absence_reason_types → id
- Unique:
c_uk_xart_id_tenant → xart_id, tenant_id
Indexes
| Name | Unique | Method | Columns / expression |
|---|
idx_xart_id_tenant_lookup | NO | btree | tenant_id, xart_id |
idx_xart_tenant_base | NO | btree | tenant_id |
Navigation