Add phone column to users
[gruntmaster-data.git] / db.sql
diff --git a/db.sql b/db.sql
index 3a43eb5c99b0747c69acfea559de6cf99e50aece..e4decc24a2008c9036aa32d96c32de5b593f8814 100644 (file)
--- a/db.sql
+++ b/db.sql
@@ -8,6 +8,7 @@ CREATE TABLE users (
        id         TEXT  PRIMARY KEY,
        name       TEXT,  -- NOT NULL,
        email      TEXT,  -- NOT NULL,
+       phone      TEXT,  -- NOT NULL,
        town       TEXT,  -- NOT NULL,
        university TEXT,  -- NOT NULL,
        level      TEXT,  --ULEVEL NOT NULL,
This page took 0.009834 seconds and 4 git commands to generate.