Skip to content

Add test for 1 to n relationship through a middle table #1

@bluerogue251

Description

@bluerogue251

For instance:

  • clients table
  • inquiry_types table (type values could be "email", "in-person meeting", "phone call")
  • inquiries table (with a client_id and inquiry_id foreign keys)
  • Clients table is the one to have a materialized view.
  • materialized_clients has an inquiry_types column like: "email, phone call"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions