2 skinparam monochrome true
 
   3 skinparam ObjectFontStyle bold
 
   5 left to right direction
 
  16   admin_level => SMALLINT
 
  18   geometry_sector => INT
 
  19   parent_place_id => BIGINT
 
  20   linked_place_id => BIGINT
 
  22   rank_search => SMALLINT
 
  23   rank_address => SMALLINT
 
  25   country_code => VARCHAR(2)
 
  28   indexed_status => SMALLINT
 
  29   indexed_date => TIMESTAMP
 
  37   search_rank => SMALLINT
 
  38   address_rank => SMALLINT
 
  40   nameaddress_vector => INT[]
 
  41   country_code => VARCHAR(2)
 
  51 map location_property_osmline {
 
  56   interpolationtype => TEXT
 
  59   geometry_sector => INT
 
  60   parent_place_id => BIGINT
 
  61   country_code => VARCHAR(2)
 
  63   indexed_status => SMALLINT
 
  64   indexed_date => TIMESTAMP
 
  68 map place_addressline {
 
  70   address_place_id => BIGINT
 
  72   cached_rank_address => SMALLINT
 
  77 map location_postcode {
 
  80   parent_place_id => BIGINT
 
  81   rank_search => SMALLINT
 
  82   rank_address => SMALLINT
 
  83   indexed_status => SMALLINT
 
  84   indexed_date => TIMESTAMP
 
  88 placex::place_id <-- search_name::place_id
 
  89 placex::place_id <-- place_addressline::place_id
 
  90 placex::place_id <-- place_addressline::address_place_id
 
  92 search_name::name_vector --> word::word_id
 
  93 search_name::nameaddress_vector --> word::word_id
 
  95 place_addressline -[hidden]> location_property_osmline
 
  96 search_name -[hidden]> place_addressline
 
  97 location_property_osmline -[hidden]-> location_postcode