Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | null |
|
|
||||||
| avatar | text | 2147483647 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | null |
|
|
||||||
| updated_at | timestamptz | 35,6 | null |
|
|
||||||
| history_id | serial | 10 | √ | nextval('api_historicaluserprofile_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 |
|
|
|||||
| first_login | timestamptz | 35,6 | √ | null |
|
|
|||||
| last_login | timestamptz | 35,6 | √ | null |
|
|
|||||
| password_changed_at | timestamptz | 35,6 | √ | null |
|
|
|||||
| failed_login_attempts | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| api_historicaluserprofile_pkey | Primary key | Asc | history_id |
| api_historicaluserprofile_history_user_id_0cb1fd30 | Performance | Asc | history_user_id |
| api_historicaluserprofile_id_c2b0627a | Performance | Asc | id |
| api_historicaluserprofile_user_id_762896b7 | Performance | Asc | user_id |