The users of the database.
Structure of users
user_id
integer
PRIMARY KEY
Unique identifier. The value must be greater than 0.
fullnamecharacter varying(300)
User name.
logincharacter varying(80)
User login. It must match the login used to connect to the database, and has to be unique.
emailtext
An optional email address of the operator. The contents of this field can be used in a dynamic signature for outgoing messages.
custom_field1text
A custom field whose semantic value is left to the administrator. The contents of this field can be used in a dynamic signature for outgoing messages.
custom_field2text
A second custom field whose semantic value is left to the administrator. The contents of this field can be used in a dynamic signature for outgoing messages.
custom_field3text
A third custom field whose semantic value is left to the administrator. The contents of this field can be used in a dynamic signature for outgoing messages.