Table idempiere9.adempiere.ad_password_history
Password History ID

Generated by
Quality Systems & Solutions
Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
ad_password_history_id numeric 10 NULL::numeric Password History ID
ad_client_id numeric 10 NULL::numeric
ad_client.ad_client_id adclient_adpasswordhistory R
Client/Tenant for this installation.
ad_org_id numeric 10 NULL::numeric
ad_org.ad_org_id adorg_adpasswordhistory R
Organizational entity within client
ad_user_id numeric 10  √  NULL::numeric
ad_user.ad_user_id aduser_adpasswordhistory R
User within the system - Internal or Business Partner Contact
password varchar 1024  √  NULL::character varying Password of any length (case sensitive)
salt varchar 16  √  NULL::character varying Random data added to improve password hash effectiveness
datepasswordchanged timestamp 29,6  √  null Date Password Changed
ad_password_history_uu varchar 36  √  NULL::character varying AD_Password_History_UU
created timestamp 29,6 statement_timestamp() Date this record was created
createdby numeric 10 NULL::numeric
ad_user.ad_user_id createdby_adpasswordhistory R
User who created this records
isactive bpchar 1 'Y'::bpchar The record is active in the system
updated timestamp 29,6 statement_timestamp() Date this record was updated
updatedby numeric 10 NULL::numeric
ad_user.ad_user_id updatedby_adpasswordhistory R
User who updated this records

Table contained 0 rows at 2021-12-25 14:43 +0100

Indexes:
Column(s) Type Sort Constraint Name
ad_password_history_id Primary key Asc ad_password_history_key
ad_password_history_uu Must be unique Asc ad_password_history_uu_idx


SchemaSpy was unable to generate a diagram of table relationships.
SchemaSpy requires Graphviz version 2.2.1 or versions greater than 2.4 from www.graphviz.org.