New Liquor Licenses
State of Missouri
@usgov.state_of_missouri_new_liquor_licenses
State of Missouri
@usgov.state_of_missouri_new_liquor_licenses
CREATE TABLE table_1 (
"license_number" BIGINT,
"licensee" VARCHAR,
"dbaname" VARCHAR,
"businesstype" VARCHAR,
"license_type" VARCHAR,
"current_status" VARCHAR,
"original_date" TIMESTAMP,
"district" BIGINT,
"subdistrict" BIGINT,
"county" BIGINT,
"street_number" VARCHAR,
"street" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip_code" BIGINT,
"latlng" VARCHAR
);
Anyone who has the link will be able to view this.