wagtailusers_userprofile

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('wagtailusers_userprofile_id_seq'::regclass)
submitted_notifications bool 1 null
approved_notifications bool 1 null
rejected_notifications bool 1 null
user_id int4 10 null
auth_user.id wagtailusers_userprofile_user_id_59c92331_fk_auth_user_idR

Indexes

Constraint Name Type Sort Column(s)
wagtailusers_userprofile_pkey Primary key Asc id
wagtailusers_userprofile_user_id_key Must be unique Asc user_id

Relationships