Skip to content

Notification configurations

notification_configurations

  • Schema: public
  • PK: type (text)

Columns

Column Type Nullable Default Notes
type text NO PK
owner jsonb YES {"email": false, "whatsapp": false} Per-role notification config
editor jsonb YES {"email": false, "whatsapp": false} Per-role notification config
viewer jsonb YES {"email": false, "whatsapp": false} Per-role notification config
description text NO
minimum_interval int4 YES 0 Seconds between notifications

Key indexes

  • notification_configurations_pkey — primary key on type

Referrals