user_password_history table columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null | 
				   | 
				 
				   | 
				 ||||
| userid | BIGINT | 19 | null | 
				   | 
				 
				  
  | 
				 |||||
| hash | VARCHAR | 255 | 
				   | 
				 
				   | 
				 ||||||
| timecreated | BIGINT | 19 | null | 
				   | 
				 
				   | 
				 
Table contained -1 rows
user_password_history table indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| userpasshist_use_ix | Performance | Asc | userid | 
