User table (user
)
Column | Type | Description |
---|---|---|
active
|
boolean |
Defines whether this user is active.
|
email
|
text |
User's email address. |
first_name
|
text | User's first name. |
id
|
UUID | ID. |
last_login
|
timestamp with timezone | Time that the user last logged in to Black Duck. |
last_name
|
text |
User's last name. |
username
|
text | User's username in Black Duck. |