Skip to main content

cloud.tenant_history_log

Schema: cloud
English table: cloud.tenant_history_log
Italian original table: cloud._tenant_history
Description: Audit log of all lifecycle events and state changes for tenants.

Overview

  • Columns: 5
  • Primary key: thl_log_id
  • Outgoing foreign keys: 0
  • Incoming foreign keys: 0
  • Indexes: 1

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
thl_tenant_uuidth_tenant_iduuidNOUUID of the tenant this event refers to (cloud.tenants.ten_uuid).
thl_event_timestampth_timestamptimestamp without time zoneNOThe exact date and time when the event was recorded.
thl_event_typeth_event_typecharacter varying(50)NOThe category of the event (e.g., "STATUS_CHANGE", "RENEWAL").
thl_event_descriptionth_descriptiontextYESDetailed notes or system messages associated with the event.
thl_log_idth_idintegerNOUnique sequential identifier for the history record.

Relationships

Outgoing foreign keys

No outgoing foreign keys found.

Referenced by

No incoming foreign keys found.

Constraints

  • Primary key: pk_tenant_history_logthl_log_id

Indexes

NameUniqueMethodColumns / expression
idx_thl_tenant_uuidNObtreethl_tenant_uuid