Salt Bins
Durham County Council
@ukgov.https_datamillnorth_org_dataset_2zx16_salt_bins
Durham County Council
@ukgov.https_datamillnorth_org_dataset_2zx16_salt_bins
CREATE TABLE salt_bins_2016 (
"location" VARCHAR,
"x" BIGINT,
"y" BIGINT
);
CREATE TABLE salt_bins_2018 (
"unitno" VARCHAR,
"easting" BIGINT,
"northing" BIGINT
);
CREATE TABLE salt_bins_2019 (
"unitno" VARCHAR,
"easting" BIGINT,
"northing" BIGINT,
"lat" DOUBLE,
"long" DOUBLE
);
CREATE TABLE salt_bins_2020 (
"unitno" VARCHAR,
"easting" DOUBLE,
"northing" DOUBLE,
"lat" DOUBLE,
"long" DOUBLE
);
CREATE TABLE salt_bins_2022 (
"unitno" VARCHAR,
"easting" DOUBLE,
"northing" DOUBLE,
"lat" DOUBLE,
"long" DOUBLE
);
Anyone who has the link will be able to view this.