Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('user_channels_id_seq'::regclass) |
|
|
|||||
| user_id | int4 | 10 | null |
|
|
||||||
| channel_id | int4 | 10 | null |
|
|
||||||
| permissions | json | 2147483647 | √ | null |
|
|
|||||
| is_owner | bool | 1 | √ | null |
|
|
|||||
| joined_at | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| user_channels_pkey | Primary key | Asc | id |

