edge_communities_helpers


Columns

Column Type Children Parents Comments
community_id int4
helper_id int4
created_at timestamp
updated_at timestamp
id int8
manually_created bool
created_at_in_company_tz timestamp
updated_at_in_company_tz timestamp
company_timezone varchar

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

company_id int8

Indexes

Constraint Name Type Sort Column(s)
edge_communities_helpers_pkey Primary key Asc id
edge_communities_helpers_community_id_idx Performance Asc community_id
edge_communities_helpers_helper_id_idx Performance Asc helper_id

Relationships