edge_third_party_services


Columns

Column Type Children Parents Comments
id int8
title varchar
description varchar
url varchar
company_id int8
archived_at timestamp
created_at timestamp
updated_at timestamp
visibility varchar
icon_label varchar
location varchar

Where the third party service should appear. @example ‘schedule_actions’ @example ‘account_menu’

position int4

The value for specifying the order that the link should appear in in the UI. @example: 1

archived_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_third_party_services_pkey Primary key Asc id
idx_edge_third_party_services_company_id Performance Asc company_id

Relationships