Data model

"DISPLAY_CONFIG_BUNDLE_CHOICE" {
  shape: sql_table
  "id": UUID {constraint: primary_key}
  "bundle_choice_id": VARCHAR(255) 
  "coverage_table_part_id": VARCHAR(255) 
}
"DISPLAY_CONFIG_COVERAGE_CONTAINER" {
  shape: sql_table
  "id": UUID {constraint: primary_key}
  "display_config_bundle_choice_id": UUID 
  "display_order": INTEGER 
  "filters": JSONB 
  "grouped_guarantees": JSONB 
  "help_articles": JSONB 
  "index": INTEGER 
  "search_keywords": JSONB 
  "sub_navigation_id": VARCHAR(255) 
  "title": JSONB 
}
"DISPLAY_CONFIG_TRANSLATION" {
  shape: sql_table
  "id": UUID {constraint: primary_key}
  "country": VARCHAR(255) 
  "is_template": BOOLEAN 
  "language": VARCHAR(255) 
  "translation_key": VARCHAR(512) 
  "value": TEXT 
}
"DISPLAY_CONFIG_BUNDLE_CHOICE"."id" -> "DISPLAY_CONFIG_COVERAGE_CONTAINER"."display_config_bundle_choice_id": {
  source-arrowhead.shape: cf-one-required
  target-arrowhead.shape: cf-many
}
Hold "Alt" / "Option" to enable pan & zoom