Tourism - Visitors To Attractions
Lincolnshire County Council
@ukgov.tourism_visitors_to_attractions
Lincolnshire County Council
@ukgov.tourism_visitors_to_attractions
CREATE TABLE table_2 (
"dataset_id" BIGINT,
"dataset_name" VARCHAR,
"field" VARCHAR,
"type" VARCHAR,
"mandatory_or_optional_requirement_mor" VARCHAR,
"field_description" VARCHAR,
"schema" VARCHAR,
"lcc_mapping" VARCHAR,
"schema_comments" VARCHAR,
"schema_data_rules_comment" VARCHAR,
"formatreference" VARCHAR,
"example" VARCHAR
);
CREATE TABLE visitors_to_attractions (
"organisationlabel" VARCHAR,
"organisationuri" VARCHAR,
"publisheddate" TIMESTAMP,
"durationfrom" TIMESTAMP,
"durationto" TIMESTAMP,
"latestdata" VARCHAR,
"reportingperiodtype" VARCHAR,
"geoentityname" VARCHAR,
"geocode" VARCHAR,
"geoname" VARCHAR,
"geouri" VARCHAR,
"areatype" VARCHAR,
"attractioncategory" VARCHAR,
"providerproductid" VARCHAR,
"attractionname" VARCHAR,
"chargecategory" VARCHAR,
"chargeband" VARCHAR,
"year" BIGINT,
"visitors" VARCHAR,
"estimated" VARCHAR
);
Anyone who has the link will be able to view this.