-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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)
);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request