Maryland Department Of The Environment (MDE) - LMA Oil Control Program - Oil Permits
State of Maryland
@usgov.state_of_maryland_maryland_department_of_the_environme_d9d2e27b
State of Maryland
@usgov.state_of_maryland_maryland_department_of_the_environme_d9d2e27b
CREATE TABLE table_1 (
"permit_category" VARCHAR,
"permit_type" VARCHAR,
"permit_class" VARCHAR,
"permit_mode" VARCHAR,
"permit_status" VARCHAR,
"site_no" BIGINT,
"site_name" VARCHAR,
"oil_control_facility_id" VARCHAR,
"npdes" VARCHAR,
"permit_no" VARCHAR,
"oil_control_facility_name" VARCHAR,
"street_address" VARCHAR,
"city_state_zip" VARCHAR,
"county" VARCHAR,
"latitude" VARCHAR,
"longitude" VARCHAR,
"application_received" TIMESTAMP,
"permit_start_date" TIMESTAMP,
"permit_end_date" TIMESTAMP,
"administratively_extended" VARCHAR,
"closed_date" TIMESTAMP,
"permit_terminated" VARCHAR,
"approval_expired" VARCHAR,
"application_withdrawn" VARCHAR,
"application_voided" VARCHAR,
"application_recieved_for_renewal" VARCHAR,
"application_voided_for_renewal" VARCHAR,
"application_withdrawn_for_renewal" VARCHAR,
"document" VARCHAR
);
Anyone who has the link will be able to view this.