|
|
Loading...
|
|
|
Hyper.Net Database Structure and Datatype Definitions
|
(0)
|
HDS_USER
| |
|
|
|
|
Column
|
Datatype
|
Purpose
|
Comments
|
|
USER_NAME
|
Varchar - 64
|
Contains the unique user name
|
Is unique key in the table
|
|
USER_PASSWORD
|
Varchar - 256
|
Contains the encrypted password for the user
|
...
|
|
USER_DESCRIPTION
|
Varchar - 500
|
Contains the description of the user (if any)
|
...
|
|
DISPLAY_NAME
|
Varchar - 128
|
Contains the display name of this user
|
...
|
|
EMAIL
|
Varchar - 256
|
Contains the email address for this user
|
...
|
|
CHANGE_PW
|
Bit - 1
|
Is set to 1 if the user must change his password at next login
|
...
|
|
LAST_CHANGE
|
Datetime - 8
|
Contains the date of last modification of the user's details
|
...
|
Loading, please wait...
|
|
|
|
|
|
|