Schema: hr
English table: hr.x_properties
Italian original table: hr.x_properties
Description: General key-value configuration settings for the tenant (Service table).
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. |
xpr_name | xp_name | character varying(30) | YES | | The configuration key name. |
xpr_value | xp_value | text | NO | | The value associated with the key (text/serialized data). |
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_tenant_id | tenant_id | cloud.tenants | ten_internal_id | RESTRICT | CASCADE |
Referenced by
No incoming foreign keys found.
Constraints
- Primary key:
pk_x_properties → id
- Unique:
uk_xpr_name_tenant → xpr_name, tenant_id
Indexes
| Name | Unique | Method | Columns / expression |
|---|
idx_xpr_name_tenant | NO | btree | tenant_id, xpr_name |
idx_xpr_tenant | NO | btree | tenant_id |
Navigation