Registration Offices
Lincolnshire County Council
@ukgov.registration_offices
Lincolnshire County Council
@ukgov.registration_offices
CREATE TABLE registration_offices (
"organisationname" VARCHAR,
"organisationcode" VARCHAR,
"publisheddate" TIMESTAMP,
"latestdata" BOOLEAN,
"durationfrom" TIMESTAMP,
"durationto" TIMESTAMP,
"coordinatereferencesystem" VARCHAR,
"latitude" DOUBLE,
"longtitude" DOUBLE,
"geopointlicensingurl" VARCHAR,
"attribution" VARCHAR,
"uniquepropertyreferencenumber" DOUBLE,
"uniqueassetidentity" VARCHAR,
"registrationofficename" VARCHAR,
"propertyname" VARCHAR,
"propertynumber" DOUBLE,
"streetname" VARCHAR,
"locality" VARCHAR,
"posttown" VARCHAR,
"postcode" VARCHAR,
"appointmentstelephone" VARCHAR,
"appointmentstelephonetimes" VARCHAR,
"email" VARCHAR,
"webpageurl" VARCHAR,
"parking" VARCHAR,
"capacity" VARCHAR
);
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
);
Anyone who has the link will be able to view this.