Premises Licences
City of York Council
@ukgov.premises_licences1
City of York Council
@ukgov.premises_licences1
CREATE TABLE premises_licences (
"x" BIGINT,
"y" BIGINT,
"objectid" BIGINT,
"casereference" BIGINT,
"premisesname" VARCHAR,
"locationtext" VARCHAR,
"postcode" VARCHAR,
"latenightrefreshment" BIGINT,
"alcoholsupply" BIGINT,
"statuslabel" VARCHAR,
"licencestartdate" TIMESTAMP,
"extractdate" TIMESTAMP,
"organisationuri" VARCHAR,
"organisationlabel" VARCHAR,
"designatedpremisessupervisor" VARCHAR,
"statusuri" VARCHAR,
"entertainmenttypelabel" VARCHAR,
"entertainmenttypeuri" VARCHAR,
"openinghours" VARCHAR,
"licenceenddate" VARCHAR,
"onpremisesalcoholsale" BIGINT,
"offpremisesalcoholsale" BIGINT,
"licenceholder" VARCHAR,
"licenceholderaddress" VARCHAR,
"licenceholderpostcode" VARCHAR,
"servicetypeuri" VARCHAR,
"servicetypelabel" VARCHAR,
"supervisorlicenceno" VARCHAR,
"supervisoraddress" VARCHAR,
"supervisorpostcode" VARCHAR,
"applicanttypeuri" VARCHAR,
"applicanttypelabel" VARCHAR,
"conditions" VARCHAR,
"decisiondate" VARCHAR,
"decidedby" VARCHAR,
"licenceurl" VARCHAR,
"geopointlicensingurl" VARCHAR,
"casedate" VARCHAR,
"uprn" VARCHAR,
"point_x" BIGINT,
"point_y" BIGINT
);
Anyone who has the link will be able to view this.