Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
connection_id | text | 2147483647 | null |
|
|
|||||
id_user | int2 | 5 | √ | null |
|
|
||||
id_community | int2 | 5 | √ | null |
|
|
||||
created_at | timestamptz | 35,6 | √ | null |
|
|
||||
rooms | _text | 2147483647 | √ | null |
|
|
||||
updated_at | timestamptz | 35,6 | √ | null |
|
|
||||
extra | jsonb | 2147483647 | √ | null |
|
|
||||
is_authenticated | bool | 1 | √ | null |
|
|
||||
is_offline | bool | 1 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
pk_chat_connection | Primary key | Asc | connection_id |