DCC Property Assets
Devon County Council
@ukgov.dcc_property_assets
Devon County Council
@ukgov.dcc_property_assets
CREATE TABLE dcc_property_assets (
"asset_id" BIGINT,
"name" VARCHAR,
"secondary_address" VARCHAR,
"street" VARCHAR,
"town" VARCHAR,
"postcode" VARCHAR,
"easting" DOUBLE,
"northing" DOUBLE,
"geo_x" DOUBLE,
"geo_y" DOUBLE,
"building_gia" DOUBLE,
"site_area" BIGINT,
"site_tenure" VARCHAR,
"sitetype" VARCHAR,
"site_function" VARCHAR
);
Anyone who has the link will be able to view this.