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 |
|
|
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 |