Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | text | 2147483647 | null |
|
|
the user ID |
||||||||||||||||||||||||||||||||||||||
auth_source | text | 2147483647 | null |
|
|
where the user has come from |
||||||||||||||||||||||||||||||||||||||
user_name | text | 2147483647 | 'unknown'::text |
|
|
the username |
||||||||||||||||||||||||||||||||||||||
deleted | bool | 1 | √ | null |
|
|
soft deleted flag |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
auth_user_pkey | Primary key | Asc | id |