We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5deb0 commit c90da6fCopy full SHA for c90da6f
database/setup.sql
@@ -2,6 +2,7 @@ DROP TABLE IF EXISTS Users;
2
CREATE TABLE Users (
3
uid SERIAL PRIMARY KEY,
4
email TEXT UNIQUE NOT NULL,
5
+ github TEXT,
6
username TEXT UNIQUE NOT NULL,
7
password TEXT NOT NULL
8
);
0 commit comments