Skip to content

Code not being used (minor issue) #31

Description

@helenzhou6

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions