From 5ac7049a9d30733165cc212dee308163c2a14644 Mon Sep 17 00:00:00 2001 From: Joel Kronqvist Date: Fri, 11 Mar 2022 20:41:42 +0200 Subject: Food scraping updation --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 3286db7..53cc75e 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,14 @@ CREATE TABLE exams ( message VARCHAR(256), PRIMARY KEY (start, end) ); +CREATE TABLE foods ( + week INT, + day INT, + vegetarian TINYINT, + header VARCHAR(15), + dateString VARCHAR(13), + food VARCHAR(256) +); ``` > Note that if you had some information in a former database that you don't update manually, it will be lost. -- cgit v1.2.3