Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('users_user_id_seq'::regclass) |
|
|
||||||||||||||||||||||||||||||||||||||
| password | varchar | 128 | null |
|
|
|||||||||||||||||||||||||||||||||||||||
| last_login | timestamptz | 35,6 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||
| is_superuser | bool | 1 | null |
|
|
|||||||||||||||||||||||||||||||||||||||
| varchar | 254 | null |
|
|
||||||||||||||||||||||||||||||||||||||||
| is_staff | bool | 1 | null |
|
|
|||||||||||||||||||||||||||||||||||||||
| is_active | bool | 1 | null |
|
|
|||||||||||||||||||||||||||||||||||||||
| created | timestamptz | 35,6 | null |
|
|
|||||||||||||||||||||||||||||||||||||||
| subscribe_by_default | bool | 1 | null |
|
|
|||||||||||||||||||||||||||||||||||||||
| name | varchar | 255 | null |
|
|
|||||||||||||||||||||||||||||||||||||||
| analytics | jsonb | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| users_user_pkey | Primary key | Asc | id |
| users_user_email_243f6e77_like | Performance | Asc | |
| users_user_email_key | Must be unique | Asc |