CREATE TABLE surface_defects_2025_to_date (
"instruction_reference" VARCHAR,
"defect_detail" VARCHAR,
"section_name" VARCHAR,
"division" VARCHAR,
"section_office" VARCHAR,
"recorded_date" VARCHAR,
"defect_status" VARCHAR,
"easting" BIGINT,
"northing" BIGINT,
"response_time_name" VARCHAR,
"actual_completion_date" VARCHAR,
"class_name" VARCHAR
);