Skip to content

Notifications queue

notifications_queue

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

Columns

Column Type Nullable Default Notes
notification_id uuid NOT NULL gen_random_uuid() PK
notification_configuration_type text NOT NULL
workspace_id bigint NOT NULL
user_id bigint YES
created_time timestamp YES now()
process_start_time timestamp YES
notification_data jsonb YES

Key indexes

  • notifications_pkey -- PK on notification_id