Files
Nominatim/data/country_name.sql
2022-03-12 15:17:01 +08:00

12 lines
230 B
SQL

--
-- PostgreSQL database dump
--
CREATE TABLE public.country_name (
country_code character varying(2),
name public.hstore,
derived_name public.hstore,
country_default_language_code text,
partition integer
);