Skip to content
  • There are no suggestions because the search field is empty.

Sone-071 [new] -

-- audit table CREATE TABLE notification_schedule_audit ( id BIGSERIAL PRIMARY KEY, schedule_id UUID NOT NULL, action TEXT NOT NULL, -- CREATE, UPDATE, DELETE actor_id UUID NOT NULL, diff_json JSONB, ts TIMESTAMPTZ DEFAULT now() );