Database/Tables/Usr: Difference between revisions

From Davical
Jump to navigationJump to search
m (Fsfs moved page Usr to Database/Tables/Usr)
 
(No difference)

Latest revision as of 02:10, 2 January 2016


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 ?