edge_notifications_notifications


Columns

Column Type Children Parents Comments
id int8
profile_id int8
source_type varchar
source_id int8
topic varchar
read_at timestamp
created_at timestamp
updated_at timestamp
company_id int8

The owning tenant’s ID. @example 1.

read_at_in_company_tz timestamp
created_at_in_company_tz timestamp
updated_at_in_company_tz timestamp
company_timezone varchar

The company timezone. E.g. Australia/Brisbane.

Indexes

Constraint Name Type Sort Column(s)
edge_notifications_notifications_pkey Primary key Asc id
idx_edge_notifications_notifications_company_id Performance Asc company_id
idx_edge_notifications_notifications_profile_id Performance Asc profile_id
idx_edge_notifications_notifications_source_id Performance Asc source_id

Relationships