Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
created_at | timestamp | 26,3 | CURRENT_TIMESTAMP |
|
|
|||||||||||||||
updated_at | timestamp | 26,3 | null |
|
|
|||||||||||||||
id | serial | 10 | √ | nextval('users_id_seq'::regclass) |
|
|
||||||||||||||
name | text | 2147483647 | null |
|
|
|||||||||||||||
text | 2147483647 | null |
|
|
||||||||||||||||
instance_role_id | int4 | 10 | null |
|
|
|||||||||||||||
image_url | text | 2147483647 | √ | null |
|
|
||||||||||||||
auto_subscribe | bool | 1 | true |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
users_pkey | Primary key | Asc | id |
users_email_key | Must be unique | Asc |