api_userprofile


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('api_userprofile_id_seq'::regclass)
avatar varchar 100 null
created_at timestamptz 35,6 null
updated_at timestamptz 35,6 null
user_id int4 10 null
auth_user.id api_userprofile_user_id_5a1c1c92_fk_auth_user_id R
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_userprofile_pkey Primary key Asc id
api_userprofile_user_id_key Must be unique Asc user_id

Relationships