users
GridServer user accounts.
Primary key: pk_users(user_id)
|
Column name |
Data type |
Description |
|
user_id |
identity |
The ID of the user |
|
username |
varchar(255) |
The user name |
|
user_access |
int |
The account’s user access |
|
user_info |
text |
The account’s user info |
|
personalization |
text |
Stores information about table and UI personalization |
|
roles |
text |
Roles assigned to the user |