Database/Tables/Usr

From Davical
Revision as of 02:10, 2 January 2016 by Fsfs (talk | contribs) (Fsfs moved page Usr to Database/Tables/Usr)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


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 ?