Skip to content
Permalink
Browse files
Add admin type field
  • Loading branch information
sarkarj committed Nov 27, 2019
1 parent 323cff9 commit 56f6716170309d94135207105c6e523d4b56f3fd
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 254 deletions.
@@ -20,7 +20,8 @@ class User {
this.db = await sqlite.open(dbName)
const sql = `CREATE TABLE IF NOT EXISTS users (
id INTEGER PRIMARY KEY AUTOINCREMENT,
user TEXT,
user TEXT,
type INTEGER,
password TEXT,
email TEXT,
location TEXT,

0 comments on commit 56f6716

Please sign in to comment.