Entity 01KT2GAK24C2863GPJ0MBSAEZF

One entity of kind participant. HEAD column = current value per catalog attribute (factWithStamp); log = every assertion ever made on this entity, newest first.

14attrs
2assertions
id
participant:01KT2GAK24C2863GPJ0MBSAEZF
kind
participant
created_at
created_by
system
state
pending
Read path

HEAD attrs come from Snapshot.factWithStamp(entity, attr) — for each attribute:

SELECT value, asserted_at, asserted_by
FROM current_facts
WHERE entity = 'participant:01KT2GAK24C2863GPJ0MBSAEZF' AND attribute = '<attr>'

The log comes from Snapshot.EntityHistory(entity) — one query, no view, ordered:

SELECT attribute, value, asserted_at, asserted_by
FROM facts
WHERE entity = 'participant:01KT2GAK24C2863GPJ0MBSAEZF'
ORDER BY asserted_at ASC, id ASC

HEAD attributes (at t=1780597456)

attributetypevaluelast assertedby
auth content text
endpoint content text
first_name content text
is_operator int
kind text system
last_name content text
lifecycle text
p256dh content text
pid text f1a61db6abf2752717ab6db755f7f11d system
profile_pixels content blob
status_message content text
tombstoned bool
verified_lat real
verified_lng real

Raw fact log 2 assertions

Every assertion is here forever — the chronicle is append-only. Excised rows are tombstone markers: the value column was set to NULL, but that the fact was asserted at this moment + by this actor stays in the log.

tattributevalueby
pid f1a61db6abf2752717ab6db755f7f11d system
kind participant system