Highway Travel Permit- Annual
City of New York
@usgov.city_of_new_york_highway_travel_permit_annual
City of New York
@usgov.city_of_new_york_highway_travel_permit_annual
CREATE TABLE table_1 (
"permitno" DOUBLE,
"effectivedate" TIMESTAMP,
"expirationdate" TIMESTAMP,
"companyid" DOUBLE,
"companyname" VARCHAR,
"issuedate" TIMESTAMP,
"validdays" VARCHAR,
"validtimes" VARCHAR,
"fleet_1" BOOLEAN,
"permitoption" DOUBLE,
"validfor" VARCHAR,
"buscompany" VARCHAR,
"permitpurpose" VARCHAR,
"policeescort" BOOLEAN,
"dotescort" BOOLEAN,
"otherescort" BOOLEAN,
"otherescortdesc" VARCHAR,
"conditionrestrictions" VARCHAR,
"permitrevoked" BOOLEAN,
"reasonrevoked" VARCHAR,
"daterevoked" TIMESTAMP
);
Anyone who has the link will be able to view this.