aboutsummaryrefslogtreecommitdiffstats
path: root/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/schema.sql b/schema.sql
index e0668c6..6c8c721 100644
--- a/schema.sql
+++ b/schema.sql
@@ -11,7 +11,8 @@ create table users (
phone string,
address_line1,
address_line2,
- address_city_line
+ address_city_line,
+ kado string
);
drop table if exists news;