Taxi Licences
City of York Council
@ukgov.taxi_licenses
City of York Council
@ukgov.taxi_licenses
CREATE TABLE hackney_carriage_vehicles (
"make" VARCHAR,
"model" VARCHAR,
"regnumber" VARCHAR,
"noofpassengers" BIGINT,
"wheelchairadapted" VARCHAR,
"propulsion" VARCHAR,
"licencestartdate" TIMESTAMP,
"licenceenddate" TIMESTAMP
);
CREATE TABLE private_car_hire_vehicles (
"make" VARCHAR,
"model" VARCHAR,
"regnumber" VARCHAR,
"noofpassengers" BIGINT,
"wheelchairadapted" VARCHAR,
"propulsion" VARCHAR,
"licencestartdate" TIMESTAMP,
"licenceenddate" TIMESTAMP,
"unnamed_8" VARCHAR
);
Anyone who has the link will be able to view this.