Skip to main content

pres.daily_attendance_hours_distribution

Schema: pres
English table: pres.daily_attendance_hours_distribution
Italian original table: pres.cartellino_ore
Description: Detailed breakdown of daily attendance hours into categories, activities, or pay-types.

Overview

  • Columns: 7
  • Primary key: id
  • Outgoing foreign keys: 2
  • Incoming foreign keys: 0
  • Indexes: 0

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
ididintegerNOIdentifier of the related record.
dahd_idcaro_idintegerNOUnique internal identifier for the distribution record.
tenant_idtenant_idintegerNOIdentifier of the related tenant.
dahd_daily_attendance_idcaro_car_idintegerYESReference to the parent daily attendance detail record.
dahd_category_idcaro_id_tabintegerYESReference to the specific category or activity table (e.g., project, task, or wage component).
dahd_hourscaro_oreintegerYESAmount of regular hours assigned to this specific category.
dahd_overtime_hourscaro_ore_straointegerYESAmount of overtime hours assigned to this specific category.

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_dahd_daily_attendancetenant_id, dahd_daily_attendance_idpres.daily_attendance_detailstenant_id, dad_idCASCADECASCADE
fk_dahd_tenanttenant_idcloud.tenantsten_internal_idCASCADECASCADE

Referenced by

No incoming foreign keys found.

Constraints

  • Primary key: pk_daily_attendance_hours_distributionid
  • Unique: c_uk_dahd_daily_id_tenanttenant_id, dahd_daily_attendance_id
  • Unique: c_uk_dahd_id_tenanttenant_id, dahd_id

Indexes

No indexes detected.