Usr
From DAViCal Wiki
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 | |||
| 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 ? |

