Skip to content

Changes

changes

  • Schema: public
  • PK: change_id (uuid, default gen_random_uuid())

Legacy global changes queue.

Columns

Column Type Nullable Default Notes
change_id uuid NOT NULL gen_random_uuid() PK
change_count bigint YES
created_time timestamp YES now()
process_start_time timestamp YES
base_id uuid YES
app_id uuid YES
data bytea YES Binary payload
internal_rec_ids_in_data uuid[] YES {}
to_retry bool YES false

Key indexes

  • changes_pk_1 -- PK on change_id
  • base_id_and_app_id_index_1 -- on (base_id, app_id)