Parking Garage And Lot Inventory
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_parking_garage_and_lot_inventory
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_parking_garage_and_lot_inventory
CREATE TABLE table_1 (
"district" VARCHAR,
"facility_number" VARCHAR,
"address" VARCHAR,
"hours_requiring_payment" VARCHAR,
"payment_options" VARCHAR,
"floors" BIGINT,
"clearance_height_feet" BIGINT,
"clearance_height_inches" BIGINT,
"facility_name" VARCHAR,
"total_capacity" BIGINT,
"ada_spaces" BIGINT,
"ada_van_spaces" BIGINT,
"bike_spaces" BIGINT,
"car_spaces" BIGINT,
"motorcycle_spaces" BIGINT,
"motorcycle_area" BIGINT,
"other_information" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"n_5_minute_limit" BIGINT,
"n_30_minute_limit" BIGINT,
"n_1_hour_limit" BIGINT,
"n_2_hour_limit" BIGINT,
"n_3_hour_limit" BIGINT,
"n_4_hour_limit" BIGINT,
"n_9_hour_limit" BIGINT,
"n_12_hour_limit" BIGINT,
"n_15_hour_limit" BIGINT,
"parking_convenience_stickers" BIGINT,
"carpool" BIGINT,
"restricted" BIGINT,
"inactive" BOOLEAN,
"additional_information" VARCHAR,
"last_update" TIMESTAMP,
"location" VARCHAR
);
Anyone who has the link will be able to view this.