Parking Penalty Charge Notices (PCNs)
Lincolnshire County Council
@ukgov.parking_penalty_charge_notices_pcns
Lincolnshire County Council
@ukgov.parking_penalty_charge_notices_pcns
CREATE TABLE parking_penalty_charge_notices_pcns_current_financial_year (
"organisation_name" VARCHAR,
"organisation_code" VARCHAR,
"published_date" TIMESTAMP,
"latest_data" BOOLEAN,
"duration_from" TIMESTAMP,
"duration_to" TIMESTAMP,
"reporting_period_type" VARCHAR,
"reporting_period" VARCHAR,
"geoentity_name" VARCHAR,
"geo_code" VARCHAR,
"geo_name" VARCHAR,
"geouri" VARCHAR,
"district_name" VARCHAR,
"month" TIMESTAMP,
"date_issued" TIMESTAMP,
"day_issued" VARCHAR,
"time_issued" VARCHAR,
"time_band" VARCHAR,
"contravention_code" VARCHAR,
"status" VARCHAR,
"area" VARCHAR,
"street" VARCHAR,
"address" VARCHAR,
"postcode" VARCHAR,
"appeal_outcome" VARCHAR,
"appeal_decision" VARCHAR,
"charge_level" VARCHAR,
"revenue_recovered" DOUBLE,
"address_checker" VARCHAR
);
Anyone who has the link will be able to view this.