Skip to content

Commit

Permalink
Merge pull request #64 from nehbehl/patch-52
Browse files Browse the repository at this point in the history
Update schema.sql
  • Loading branch information
SudKul authored Nov 21, 2024
2 parents c5f722b + 8d215e8 commit 4abacf8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
CREATE TABLE IF NOT EXISTS USERS (
userid INT PRIMARY KEY auto_increment,
userid serial PRIMARY KEY,
username VARCHAR(20),
salt VARCHAR,
password VARCHAR,
firstname VARCHAR(20),
lastname VARCHAR(20)
);
);

0 comments on commit 4abacf8

Please sign in to comment.