URLs To Services Provided By Local Authorities
Government Digital Service
@ukgov.local_authority_services
Government Digital Service
@ukgov.local_authority_services
CREATE TABLE local_authority_services (
"authority_name" VARCHAR,
"gss" VARCHAR,
"description" VARCHAR,
"lgsl" BIGINT,
"lgil" BIGINT,
"url" VARCHAR,
"title" VARCHAR,
"supported_by_gov_uk" BOOLEAN
);
CREATE TABLE local_authority_services_historical (
"authority_name" VARCHAR,
"gss" VARCHAR,
"description" VARCHAR,
"lgsl" BIGINT,
"lgil" BIGINT,
"url" VARCHAR,
"supported_by_gov_uk" BOOLEAN
);
Anyone who has the link will be able to view this.