change_password_own

-1 rows


Description

User, change own password wizard

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('change_password_own_id_seq'::regclass)
create_uid int4 10 null
res_users.id change_password_own_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id change_password_own_write_uid_fkey N

Last Updated by

new_password varchar 2147483647 null

New Password

confirm_password varchar 2147483647 null

New Password (Confirmation)

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

Indexes

Constraint Name Type Sort Column(s)
change_password_own_pkey Primary key Asc id

Relationships