Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | text | 2147483647 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
name | text | 2147483647 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
apikey | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
created | timestamp | 29,6 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
about | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
password | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
fullname | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
text | 2147483647 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
reset_key | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
sysadmin | bool | 1 | √ | false |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
activity_streams_email_notifications | bool | 1 | √ | false |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
state | text | 2147483647 | 'active'::text |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
plugin_extras | jsonb | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
image_url | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
user_pkey | Primary key | Asc | id |
idx_user_id | Performance | Asc | id |
idx_user_name | Performance | Asc | name |
idx_user_name_index | Performance | ||
user_name_key | Must be unique | Asc | name |