Allergy Alerts
Food Standards Agency
@ukgov.allergy_alerts
Food Standards Agency
@ukgov.allergy_alerts
Sometimes there will be a problem with a food product that means it should not be sold. Then it might be 'withdrawn' (taken off the shelves) or 'recalled' (when customers are asked to return the product). Sometimes foods have to be withdrawn or recalled if there is a risk to consumers because the allergy labelling is missing or incorrect or if there is any other food allergy risk. When there is a food allergy risk, the FSA will issue an Allergy Alert.
Publisher name: Food Standards Agency
Last updated: 2022-07-01T04:03:55Z
CREATE TABLE allergy_alerts (
"rownumber" BIGINT,
"descriptionofincident" VARCHAR,
"actiontaken" VARCHAR,
"risktoconsumers" VARCHAR,
"linktonotice" VARCHAR,
"issueddate" TIMESTAMP
);CREATE TABLE allergy_alerts_april_2019_to_june_2019_quarter_1 (
"descriptionofincident" VARCHAR,
"actiontaken" VARCHAR,
"risktoconsumers" VARCHAR,
"linktonotice" VARCHAR,
"issueddate" TIMESTAMP
);CREATE TABLE allergy_alerts_january_2019_to_march_2019_quarter_4 (
"descriptionofincident" VARCHAR,
"actiontaken" VARCHAR,
"risktoconsumers" VARCHAR,
"linktonotice" VARCHAR,
"issueddate" TIMESTAMP
);CREATE TABLE allergy_alerts_july_2019_to_september_2019_quarter_2 (
"descriptionofincident" VARCHAR,
"actiontaken" VARCHAR,
"risktoconsumers" VARCHAR,
"linktonotice" VARCHAR,
"issueddate" TIMESTAMP
);CREATE TABLE allergy_alerts_october_2018_to_december_2018_quarter_3 (
"descriptionofincident" VARCHAR,
"actiontaken" VARCHAR,
"risktoconsumers" VARCHAR,
"linktonotice" VARCHAR,
"issueddate" TIMESTAMP
);CREATE TABLE allergy_alerts_october_2019_to_december_2019_quarter_3 (
"descriptionofincident" VARCHAR,
"actiontaken" VARCHAR,
"risktoconsumers" VARCHAR,
"linktonotice" VARCHAR,
"issueddate" TIMESTAMP
);Anyone who has the link will be able to view this.