Skip to content

Create users migration #5

@mmccollum

Description

@mmccollum

CREATE TABLE users
(
id BIGINT
, username VARCHAR(100) NOT NULL
, lastname VARCHAR(256)
, firstname VARCHAR(256) NOT NULL
, date_joined TIMESTAMP
, approved_ind SMALLINT NOT NULL DEFAULT 2
, baduser_ind SMALLINT NOT NULL DEFAULT 2
, delete_ind SMALLINT NOT NULL DEFAULT 2
, contact_info JSONB
, PRIMARY KEY (id)
);

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions