CREATE TABLE table_1 (
"objectid" BIGINT,
"blockface_id" BIGINT,
"area_type" VARCHAR,
"pm_district_id" BIGINT,
"block_num" BIGINT,
"block_id" BIGINT,
"street_id" BIGINT,
"street_name" VARCHAR,
"blockface_orientation" VARCHAR,
"str_num_parity" VARCHAR,
"str_seg_orientation" VARCHAR,
"fm_addr_no" DOUBLE,
"to_addr_no" DOUBLE,
"endpt1_longitude" DOUBLE,
"endpt1_latitude" DOUBLE,
"endpt2_longitude" DOUBLE,
"endpt2_latitude" DOUBLE,
"created_dt" TIMESTAMP,
"last_upd_dt" TIMESTAMP,
"last_upd_user" VARCHAR,
"last_upd_pgm" VARCHAR,
"neighborhood_id" DOUBLE,
"shape" VARCHAR,
"data_as_of" VARCHAR,
"data_loaded_at" VARCHAR,
"analysis_neighborhood" VARCHAR,
"supervisor_district" VARCHAR
);