Skip to main content

pres.attendance_configuration

Schema: pres
English table: pres.attendance_configuration
Italian original table:
Description: Key-value store for attendance module settings and calculation engine parameters.

Overview

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

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
id``integerNOInternal surrogate primary key.
aconf_config_id``integerNOUnique business identifier for the configuration record.
tenant_id``integerNOTenant identifier for multi-tenancy isolation.
aconf_key``character(20)NO''::bpcharThe unique name/key of the configuration variable (e.g., "MAX_OVERTIME").
aconf_data_type``character(1)YES''::bpcharType of data stored in the value field (S=String, N=Numeric, B=Boolean).
aconf_value``textYES''::textThe actual value of the configuration setting, stored as text.

Relationships

Outgoing foreign keys

ConstraintLocal columnsReferencesReferenced columnsOn updateOn delete
fk_aconf_tenanttenant_idcloud.tenantsten_internal_idCASCADECASCADE

Referenced by

No incoming foreign keys found.

Constraints

  • Primary key: pk_attendance_configurationid
  • Unique: c_uk_aconf_tenant_config_idtenant_id, aconf_config_id
  • Unique: c_uk_aconf_tenant_keytenant_id, aconf_key

Indexes

No indexes detected.