hr.x_disability_status_types
Schema: hr
English table: hr.x_disability_status_types
Italian original table: hr.x_tipi_stato_invalidita
Description: Lookup table for disability status and protected categories (e.g., Civil Disability, Work Invalides).
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. |
xdst_id | xtipstainv_id | integer | NO | | Identifier of the related xdst record. |
xdst_description | xtipistainv_description | character varying(50) | 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_xdst_tenant | tenant_id | cloud.tenants | ten_internal_id | RESTRICT | CASCADE |
Referenced by
No incoming foreign keys found.
Constraints
- Primary key:
pk_x_disability_status_types → id
- Unique:
c_uk_xdst_id_tenant → xdst_id, tenant_id
Indexes
| Name | Unique | Method | Columns / expression |
|---|
idx_xdst_id_tenant_lookup | NO | btree | tenant_id, xdst_id |
idx_xdst_tenant_base | NO | btree | tenant_id |
Navigation