Helpline Activity
Food Standards Agency
@ukgov.helpline_activity
Food Standards Agency
@ukgov.helpline_activity
CREATE TABLE helpline_activity (
"date" TIMESTAMP,
"callsreceived" BIGINT,
"callsanswereddirectly" BIGINT,
"callsansweredkpitarget" BIGINT,
"callsforwardedtopolicy" BIGINT,
"socialmediamessages" VARCHAR,
"messagesanswereddirectly" VARCHAR,
"messagesansweredkpitarget" VARCHAR,
"messagesforwardedtopolicy" VARCHAR,
"emailsreceived" BIGINT,
"emailsanswereddirectly" BIGINT,
"emailsansweredkpitarget" BIGINT,
"emailsforwardedtopolicy" BIGINT
);
Anyone who has the link will be able to view this.