WirralBrownfield
Wirral Metropolitan Borough Council
@ukgov.wirralbrownfield
Wirral Metropolitan Borough Council
@ukgov.wirralbrownfield
CREATE TABLE wirral_brownfield_part1_sites_2022 (
"organisationuri" VARCHAR,
"sitereference" DOUBLE,
"sitenameaddress" VARCHAR,
"geoy" DOUBLE,
"geox" DOUBLE,
"siteplanurl" VARCHAR,
"hectares" DOUBLE,
"ownershipstatus" VARCHAR,
"planningstatus" VARCHAR,
"permissiontype" VARCHAR,
"permissiondate" VARCHAR,
"planninghistory" VARCHAR,
"deliverable" VARCHAR,
"netdwellingsrangefrom" DOUBLE,
"netdwellingsrangeto" DOUBLE,
"hazardoussubstances" VARCHAR,
"notes" VARCHAR,
"firstaddeddate" VARCHAR,
"lastupdateddate" VARCHAR,
"enddate" VARCHAR
);
CREATE TABLE wirralbrownfield (
"organisationuri" VARCHAR,
"organisationlabel" VARCHAR,
"sitereference" BIGINT,
"previouslypartof" VARCHAR,
"sitenameaddress" VARCHAR,
"siteplanurl" VARCHAR,
"coordinatereferencesystem" VARCHAR,
"geox" BIGINT,
"geoy" BIGINT,
"hectares" DOUBLE,
"ownershipstatus" VARCHAR,
"deliverable" VARCHAR,
"planningstatus" VARCHAR,
"permissiontype" VARCHAR,
"permissiondate" TIMESTAMP,
"planninghistoryurl" VARCHAR,
"planninghistory" VARCHAR,
"proposedforpip" VARCHAR,
"minnetdwellings" BIGINT,
"developmentdescription" VARCHAR,
"nonhousingdevelopment" VARCHAR,
"part2" VARCHAR,
"netdwellingsrangefrom" VARCHAR,
"netdwellingsrangeto" VARCHAR,
"hazardoussubstances" VARCHAR,
"siteinformation" VARCHAR,
"notes" VARCHAR,
"firstaddeddate" TIMESTAMP,
"lastupdateddate" TIMESTAMP
);
Anyone who has the link will be able to view this.