Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/schema/schema1.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema/schema1.sql')
-rw-r--r--schema/schema1.sql4
1 files changed, 3 insertions, 1 deletions
diff --git a/schema/schema1.sql b/schema/schema1.sql
index fab8d9a..b430482 100644
--- a/schema/schema1.sql
+++ b/schema/schema1.sql
@@ -25,5 +25,7 @@ create table entries(
vit_d string not null,
protein string not null,
path string,
- scenario string
+ scenario string,
+ tablealiment string,
+ serving string not null
);