Database/Tables/Usr

From Davical
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Description

These table store information off all users

Fields

Column Type Not Null Defaut Commentaire
user_no integer NOT NULL nextval('usr_user_no_seq'::regclass)
active boolean true
email_ok timestamp with time zone when is it used ? for what ?
joined timestamp with time zone now() when is it used ? for what ?
updated timestamp with time zone when is it used ? for what ?
last_used timestamp with time zone when is it used ? for what ?
username text NOT NULL
password text
fullname text
email text
config_data text when is it used ? for what ?
date_format_type text 'E'::text when is it used ? for what ?
locale text when is it used ? for what ?