api_historicalpasswordsetting


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int4 10 null
password_change_frequency_days int4 10 null
password_expiry_notification bool 1 null
password_expiry_notification_days int4 10 null
failed_login_attempts int4 10 null
min_password_length int4 10 null
max_password_length int4 10 null
previous_passwords_disallowed int4 10 null
password_reset_required bool 1 null
complex_password_required bool 1 null
min_lowercase_chars int4 10 null
min_uppercase_chars int4 10 null
min_numeric_chars int4 10 null
min_special_chars int4 10 null
created_at timestamptz 35,6 null
updated_at timestamptz 35,6 null
history_id serial 10 nextval('api_historicalpasswordsetting_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
auth_user.id api_historicalpasswo_history_user_id_6973f361_fk_auth_user R

Indexes

Constraint Name Type Sort Column(s)
api_historicalpasswordsetting_pkey Primary key Asc history_id
api_historicalpasswordsetting_history_user_id_6973f361 Performance Asc history_user_id
api_historicalpasswordsetting_id_75b4e753 Performance Asc id

Relationships