National Public Transport Gazetteer (NPTG)
Department for Transport
@ukgov.nptg
Department for Transport
@ukgov.nptg
CREATE TABLE table_1 (
"nptglocalitycode" VARCHAR,
"localityname" VARCHAR,
"localitynamelang" VARCHAR,
"shortname" VARCHAR,
"shortnamelang" VARCHAR,
"qualifiername" VARCHAR,
"qualifiernamelang" VARCHAR,
"qualifierlocalityref" VARCHAR,
"qualifierdistrictref" VARCHAR,
"parentlocalityname" VARCHAR,
"parentlocalitynamelang" VARCHAR,
"administrativeareacode" BIGINT,
"nptgdistrictcode" BIGINT,
"sourcelocalitytype" VARCHAR,
"gridtype" VARCHAR,
"easting" BIGINT,
"northing" BIGINT,
"creationdatetime" TIMESTAMP,
"modificationdatetime" TIMESTAMP,
"revisionnumber" BIGINT,
"modification" VARCHAR
);
Anyone who has the link will be able to view this.