EBR Building Permits
City of Baton Rouge
@usgov.city_of_baton_rouge_ebr_building_permits
City of Baton Rouge
@usgov.city_of_baton_rouge_ebr_building_permits
CREATE TABLE table_1 (
"internal_id" BIGINT,
"permit_number" VARCHAR,
"permit_type" VARCHAR,
"designation" VARCHAR,
"project_description" VARCHAR,
"lot_number" VARCHAR,
"subdivision" VARCHAR,
"square_footage" DOUBLE,
"project_value" DOUBLE,
"permit_fee" DOUBLE,
"creation_date" TIMESTAMP,
"issued_date" TIMESTAMP,
"full_address" VARCHAR,
"street_address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip" DOUBLE,
"parish_name" VARCHAR,
"owner_name" VARCHAR,
"applicant_name" VARCHAR,
"contractor_name" VARCHAR,
"contractor_address" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"geolocation" VARCHAR
);
Anyone who has the link will be able to view this.