Aller au contenu

Table: federation_dispatch_state

Ce contenu n’est pas encore disponible dans votre langue.

ColumnTypeNullableNotes
idintegerno
last_dispatched_activity_iduuidyes
last_dispatched_attimestampyes
updated_attimestampnoDefault now()
  • CONSTRAINT federation_dispatch_state_id_check CHECK ((id = 1))
CREATE TABLE public.federation_dispatch_state (
id integer NOT NULL,
last_dispatched_activity_id uuid,
last_dispatched_at timestamp with time zone,
updated_at timestamp with time zone DEFAULT now() NOT NULL,
CONSTRAINT federation_dispatch_state_id_check CHECK ((id = 1))
);

Please see the schema overview for context. This document was last regenerated on 2026-07-26T08:25:29.520Z.