Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code not being used (minor issue) #31

Open
helenzhou6 opened this issue Apr 20, 2018 · 0 comments
Open

Code not being used (minor issue) #31

helenzhou6 opened this issue Apr 20, 2018 · 0 comments

Comments

@helenzhou6
Copy link

CREATE TABLE users
(
id BIGSERIAL PRIMARY KEY,
username VARCHAR(100) NOT NULL,
password VARCHAR(100) NOT NULL,
member_since TIMESTAMPTZ NOT NULL DEFAULT NOW()
);

Minor issue/not really an issue - looks like you don't use the users table within your database, perhaps consider removing it (and then add it after if you do need it as part of a stretch goal)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant