Choice Based Lettings Bids
London Borough of Camden
@ukgov.choice_based_lettings_bids
London Borough of Camden
@ukgov.choice_based_lettings_bids
CREATE TABLE table_1 (
"advert_reference" BIGINT,
"property_reference" BIGINT,
"property_address" VARCHAR,
"bid_opening_date" TIMESTAMP,
"bid_closing_date" TIMESTAMP,
"number_of_bedrooms" BIGINT,
"number_of_bedspaces" BIGINT,
"total_bidders" BIGINT,
"successful_bid_points" BIGINT,
"ward_code" VARCHAR,
"ward_name" VARCHAR,
"lower_super_output_area_code" VARCHAR,
"lower_super_output_area_name" VARCHAR,
"easting" DOUBLE,
"northing" DOUBLE,
"longitude" DOUBLE,
"latitude" DOUBLE,
"location" VARCHAR,
"spatial_accuracy" VARCHAR,
"last_uploaded" TIMESTAMP,
"organisation_uri" VARCHAR
);
Anyone who has the link will be able to view this.