Skip to content
Snippets Groups Projects
Commit dbf64b4c authored by Sarthak Shrivastava's avatar Sarthak Shrivastava
Browse files

Update phase 1.sql since Jackson/Spring does some parsing and it needs it to be underscored

parent 233f5ea3
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ CREATE TABLE IF NOT EXISTS USER ( ...@@ -6,7 +6,7 @@ CREATE TABLE IF NOT EXISTS USER (
lname VARCHAR(64) NOT NULL, lname VARCHAR(64) NOT NULL,
fname VARCHAR(64) NOT NULL, fname VARCHAR(64) NOT NULL,
password VARCHAR(32) NOT NULL, password VARCHAR(32) NOT NULL,
phoneNumber INT, phone_number INT,
email VARCHAR(128) NOT NULL, email VARCHAR(128) NOT NULL,
PRIMARY KEY (pid) PRIMARY KEY (pid)
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment