hr.x_employment_status_types
Schema: hr
English table: hr.x_employment_status_types
Italian original table: hr.x_tipi_inforza
Description: Lookup table for headcount status (e.g., Active, Suspended, Terminated). Used for workforce reporting.
Overview
- Columns: 5
- 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. |
xest_id | xtifo_id | integer | NO | | Identifier of the related xest record. |
xest_code | xtifo_code | integer | NO | | Code for xest. |
xest_description | xtifo_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_xest_tenant | tenant_id | cloud.tenants | ten_internal_id | RESTRICT | CASCADE |
Referenced by
No incoming foreign keys found.
Constraints
- Primary key:
pk_x_employment_status_types → id
- Unique:
c_uk_xest_id_tenant → xest_id, tenant_id
Indexes
| Name | Unique | Method | Columns / expression |
|---|
idx_xest_id_tenant_lookup | NO | btree | tenant_id, xest_id |
idx_xest_tenant_base | NO | btree | tenant_id |
Navigation