Trafford Council - Leisure Centres
Trafford Council
@ukgov.trafford_council_leisure_centres
Trafford Council
@ukgov.trafford_council_leisure_centres
CREATE TABLE trafford_leisure_centres (
"name" VARCHAR,
"address" VARCHAR,
"postcode" VARCHAR,
"telephone" BIGINT,
"website" VARCHAR,
"opening_hours" VARCHAR,
"facilities" VARCHAR,
"managed_by" VARCHAR,
"lon" DOUBLE,
"lat" DOUBLE
);
CREATE TABLE trafford_leisure_centres_and_parking (
"name" VARCHAR,
"address" VARCHAR,
"postcode" VARCHAR,
"telephone" VARCHAR,
"website" VARCHAR,
"opening_hours" VARCHAR,
"facilities" VARCHAR,
"managed_by" VARCHAR
);
Anyone who has the link will be able to view this.