Back to Table list

Table notifications

Columns

  id
      bigserial



  appeals_id
      varchar



  appeals_type
      varchar



  created_at
      timestamp



  email_enabled
      bool



  email_notification_content
      varchar



  email_notification_external_id
      varchar



  email_notification_status
      varchar



  event_date
      date



  event_type
      varchar



  notification_content
      text



  notification_type
      varchar



  notified_at
      timestamp



  participant_id
      varchar



  recipient_email
      varchar



  recipient_phone_number
      varchar



  sms_notification_content
      varchar



  sms_notification_external_id
      varchar



  sms_notification_status
      varchar



  updated_at
      timestamp



Associations

depends on

  notification_events
  n:1
 on 
notifications.event_type=notification_events.event_type

Closure

  distance 0

 
notifications

  distance 1

 
notification_events