Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | null |
|
|
||||||
| password | varchar | 255 | null |
|
|
||||||
| history_id | serial | 10 | √ | nextval('api_historicaluserpassword_history_id_seq'::regclass) |
|
|
|||||
| history_date | timestamptz | 35,6 | null |
|
|
||||||
| history_change_reason | varchar | 100 | √ | null |
|
|
|||||
| history_type | varchar | 1 | null |
|
|
||||||
| history_user_id | int4 | 10 | √ | null |
|
|
|||||
| user_id | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| api_historicaluserpassword_pkey | Primary key | Asc | history_id |
| api_historicaluserpassword_history_user_id_b28c94bd | Performance | Asc | history_user_id |
| api_historicaluserpassword_id_19875fc9 | Performance | Asc | id |
| api_historicaluserpassword_user_id_808aad83 | Performance | Asc | user_id |