invoice_workspace | "invoice"."workspace_id" = "workspace"."id" | many_to_one | Operator-authored | Links each invoice to the workspace it bills. |
workspace_api_keys | "api_key"."workspace_id" = "workspace"."id" | many_to_one | Operator-authored | Links each API key on file to the workspace that owns it. |
workspace_billing_profile | "billing_profile"."workspace_id" = "workspace"."id" | one_to_one | Operator-authored | Links each workspace to its single legal / tax billing profile. |
workspace_payment_methods | "payment_method"."workspace_id" = "workspace"."id" | many_to_one | Operator-authored | Links each payment method on file to its workspace. |
workspace_subscriptions | "subscription"."workspace_id" = "workspace"."id" | many_to_one | Operator-authored | Links each subscription to its workspace. |
workspace_support_tickets | "support_ticket"."workspace_id" = "workspace"."id" | many_to_one | Operator-authored | Links each support ticket to the workspace that filed it. |
workspace_users | "user"."workspace_id" = "workspace"."id" | many_to_one | Operator-authored | Links each user to the workspace they belong to. |