From 70768de34fb5765be6412f6764bfcb73ad1a5721 Mon Sep 17 00:00:00 2001 From: SushankKDahiwadkar Date: Wed, 12 Dec 2018 16:06:42 +0530 Subject: [PATCH] Two columns were missing from the database columns --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01128f9..f84ba2b 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ npm install bcrypt # Table Creation In DB -1. Create Table user with `id,name,age,state,country` columns. +1. Create Table user with `id,name,age,state,country, username, password` columns. 2. you can try creating your table as well just need to change query and table name in model section. # Get Started