Skip to content

users table structure #5

@anonymoussprocket

Description

@anonymoussprocket
Column Data Type Description
userid numeric, primary key sequence auto-increment pk
username text, not null login name
useremail text, not null email
userrole text, not null, default('user') role, probably enum, other values might be acctadmin (corp customers may want control over their sub-accounts), infraadmin (require 2FA)
registrationdate, not null timestamp validity period start
accountsource text, nullable might be enum, values could be web, campaign id, "internal", "manual" (when we ourselves might make accounts for people)
accountdescription text, nullable to go with account source, something we may enter

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions