Road Traffic Casualties
Lincolnshire County Council
@ukgov.road_traffic_casualties
Lincolnshire County Council
@ukgov.road_traffic_casualties
CREATE TABLE road_traffic_casualties (
"organisation_name" VARCHAR,
"organisation_code" VARCHAR,
"publisheddate" TIMESTAMP,
"durationfrom" TIMESTAMP,
"durationto" TIMESTAMP,
"latestdata" VARCHAR,
"geoentityname" VARCHAR,
"geocode" VARCHAR,
"geoname" VARCHAR,
"geouri" VARCHAR,
"reportingperiodtype" VARCHAR,
"year" BIGINT,
"casualtiescategory" VARCHAR,
"collisions" BIGINT,
"casualties" BIGINT
);
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.