auth_user

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int4 10 null
auth_user_groups.user_id auth_user_groups_user_id_6a12ed8b_fk_auth_user_id R
auth_user_user_permissions.user_id auth_user_user_permissions_user_id_a95ead1b_fk_auth_user_id R
django_admin_log.user_id django_admin_log_user_id_c564eba6_fk_auth_user_id R
password varchar 128 null
last_login timestamptz 35,6 null
is_superuser bool 1 null
username varchar 150 null
first_name varchar 150 null
last_name varchar 150 null
email varchar 254 null
is_staff bool 1 null
is_active bool 1 null
date_joined timestamptz 35,6 null

Indexes

Constraint Name Type Sort Column(s)
auth_user_pkey Primary key Asc id
auth_user_username_6821ab7c_like Performance Asc username
auth_user_username_key Must be unique Asc username

Relationships