Parking Information
Eden District Council
@ukgov.parking_information
Eden District Council
@ukgov.parking_information
CREATE TABLE parking_information (
"organisation_name" VARCHAR,
"organisation_code" VARCHAR,
"effective_date" VARCHAR,
"on_street_parking_income_type" VARCHAR,
"on_street_parking_income_amount" VARCHAR,
"offstreet_parking_income_type" VARCHAR,
"off_street_parking_income_amount" DOUBLE,
"expenditure_type" VARCHAR,
"expenditure_amount" DOUBLE,
"surplus_amount" DOUBLE,
"parking_spaces_number" VARCHAR,
"free_parking_spaces_number" DOUBLE,
"charged_for_parking_spaces_number" VARCHAR,
"car_park_location" VARCHAR
);
Anyone who has the link will be able to view this.