Skip to main content

hr.work_site_stations

Schema: hr
English table: hr.work_site_stations
Italian original table: hr.sedi_postazioni_lavoro
Description: Specific work stations or desks located within a work site.

Overview

  • Columns: 9
  • Primary key: id
  • Outgoing foreign keys: 1
  • Incoming foreign keys: 0
  • Indexes: 1

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
ididintegerNOSurrogate primary key.
wss_idsepl_idintegerNOIdentifier of the related wss record.
wss_work_site_idsepl_sede_idintegerNOIdentifier of the related wss work site record.
wss_namesepl_nomecharacter varying(100)NODisplay name for wss.
wss_notessepl_notetextNOFree-form notes.
wss_abbreviationsepl_abbrcharacter varying(10)NOText value.
tenant_idtenant_idintegerYESTenant identifier for data isolation.
colcustomcolcustomjsonbYES'{}'::jsonbJSON payload containing additional attributes.
_deleted_deletedbooleanYESfalseFlag indicating whether the record is soft-deleted.

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_tenant_idtenant_idcloud.tenantsten_internal_idRESTRICTCASCADE

Referenced by

No incoming foreign keys found.

Constraints

  • Primary key: pk_work_site_stationsid
  • Unique: uk_wss_id_tenantwss_id, tenant_id

Indexes

NameUniqueMethodColumns / expression
idx_wss_tenantNObtreetenant_id