Schema: hr
English table: hr.x_tipi_articoli
Italian original table: hr.x_tipi_articoli
Description: Records for x tipi articoli.
Overview
- Columns: 4
- Primary key: id
- Outgoing foreign keys: 1
- Incoming foreign keys: 1
- Indexes: 2
Columns
| English column | Italian original column | Type | Null | Default / Generated | Description |
|---|
id | id | integer | NO | | Surrogate primary key. |
tipoart_id | tipoart_id | integer | NO | | Identifier of the related tipoart record. |
tipoart_descrizione | tipoart_descrizione | character varying(50) | NO | | Text value. |
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
| From table | Foreign key | Source columns | Target columns |
|---|
hr.inventory_items | fk_inventory_items_item_type_id | itm_item_type_id, tenant_id | tipoart_id, tenant_id |
Constraints
- Primary key:
x_tipi_articoli_pkey → id
- Unique:
k_tipoart_id_unique → tipoart_id, tenant_id
Indexes
| Name | Unique | Method | Columns / expression |
|---|
idx_x_tipi_articoli_tenant | NO | btree | tenant_id |
idx_x_tipi_articoli_tipoart_id_tenant | NO | btree | tenant_id, tipoart_id |
Navigation