Street Construction Inspections And Corrective Action Requests
City of New York
@usgov.city_of_new_york_street_construction_inspections_and_c_5556cf2f
City of New York
@usgov.city_of_new_york_street_construction_inspections_and_c_5556cf2f
CREATE TABLE table_1 (
"inspectionid" BIGINT,
"permitnumber" VARCHAR,
"permitteename" VARCHAR,
"permittype" VARCHAR,
"onstreetname" VARCHAR,
"fromstreetname" VARCHAR,
"tostreetname" VARCHAR,
"specificlocation" VARCHAR,
"inspectiontype" VARCHAR,
"inspectiondate" VARCHAR,
"inspectionresulttype" VARCHAR,
"inspectionremarks" VARCHAR,
"carnumber" DOUBLE,
"defectivecuts" DOUBLE,
"feetfromcrossstreet" DOUBLE,
"feetfromcurb" DOUBLE,
"carcomments" VARCHAR,
"laneofcut" VARCHAR,
"trafficflow" VARCHAR,
"crossstreetname" VARCHAR,
"curbstreetname" VARCHAR,
"novnumber" DOUBLE,
"novcode" VARCHAR,
"novcodedescription" VARCHAR,
"detailsofviolation" VARCHAR,
"createdon" VARCHAR,
"modifiedon" VARCHAR
);
Anyone who has the link will be able to view this.