Schema: hr
English table: hr.x_sign_types
Italian original table: hr.x_tipi_segno
Description: Lookup table for mathematical signs (Positive, Negative) using xsgn_ prefix to avoid collision with secondments.
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. |
xsgn_id | xtipse_id | integer | NO | | Identifier of the related xsgn record. |
xsgn_description | xtipse_descrizione | 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_xsgn_tenant | tenant_id | cloud.tenants | ten_internal_id | RESTRICT | CASCADE |
Referenced by
No incoming foreign keys found.
Constraints
- Primary key:
pk_x_sign_types → id
- Unique:
c_uk_xsgn_id_tenant → xsgn_id, tenant_id
Indexes
| Name | Unique | Method | Columns / expression |
|---|
idx_xsgn_id_tenant_lookup | NO | btree | tenant_id, xsgn_id |
idx_xsgn_tenant_base | NO | btree | tenant_id |
Navigation