The users of the database.
Structure of users
user_id
integer
PRIMARY KEY
Unique identifier. The value must be greater than 0.
fullname
character varying(300)
User name.
login
character varying(80)
User login. It must match the login used to connect to the database, and has to be unique.
email
text
An optional email address of the operator. The contents of this field can be used in a dynamic signature for outgoing messages.
custom_field1
text
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_field2
text
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_field3
text
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.