edge_memberships_tags


Description

Join table linking memberships to their tag matching preferences.

Columns

Column Type Children Parents Comments
membership_id int8

The membership that has this tag as a matching preference. @example 123

tag_id int8

The tag used as a matching preference for the membership. @example 456

memberships_tags_skey text
company_id int8

Indexes

Constraint Name Type Sort Column(s)
edge_memberships_tags_pkey Primary key Asc memberships_tags_skey
idx_edge_memberships_tags_company_id Performance Asc company_id
idx_edge_memberships_tags_membership_id Performance Asc membership_id
idx_edge_memberships_tags_tag_id Performance Asc tag_id

Relationships