USER
Description
This table stores information about users with access to the UI console.
Columns
| Column Name | Data Type | Description |
| ID | bigint | Primary key column for the table |
| DISPLAY_NAME | varchar | Stores the display name of the user |
| varchar | Stores the email of the user | |
| FIRST_NAME | varchar | Stores the first name of the user |
| INTERNAL | bit | Stores the internal status of the user |
| LAST_NAME | varchar | Stores the last name of the user |
| LDAP_USER | bit | Stores the LDAP user status of the user |
| PASSWORD | varchar | Stores the password of the user |
| PASSWORD_SALT | varchar | Stores the password salt of the user |
| USERNAME | varchar | Stores the username of the user |
Foreign Key Relationships
None