Non-Permit Inspections
District of Columbia
@usgov.district_of_columbia_non_permit_inspections
District of Columbia
@usgov.district_of_columbia_non_permit_inspections
CREATE TABLE table_1 (
"x" DOUBLE,
"y" DOUBLE,
"objectid" BIGINT,
"inspectionid" BIGINT,
"incidentcasenumber" BIGINT,
"mainward" DOUBLE,
"assignedinspector" VARCHAR,
"inspectorfullname" VARCHAR,
"incidentname" VARCHAR,
"incidentstatuscode" VARCHAR,
"incidentstatusdesc" VARCHAR,
"problemcode" VARCHAR,
"probelmdescription" VARCHAR,
"requester" VARCHAR,
"responderfirstname" VARCHAR,
"responderlastname" VARCHAR,
"minutesspent" BIGINT,
"internalnotes" VARCHAR,
"notesforpermittee" VARCHAR,
"creationdate" TIMESTAMP,
"lastupdatedate" TIMESTAMP,
"inspectiondate" TIMESTAMP,
"inspectionlocation" VARCHAR,
"xcoord" DOUBLE,
"ycoord" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"topsinsplocationid" BIGINT,
"gis_last_mod_dttm" VARCHAR,
"gis_id" VARCHAR,
"globalid" VARCHAR,
"creator" VARCHAR,
"created" VARCHAR,
"editor" VARCHAR,
"edited" VARCHAR
);
Anyone who has the link will be able to view this.