Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_totara_msteams_user_id_seq'::regclass) |
|
|
||||
teams_id | varchar | 255 | ''::character varying |
|
|
|||||
verified | int2 | 5 | 0 |
|
|
|||||
mschannelid | int8 | 19 | null |
|
|
|||||
userid | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_totamsteuser_id_pk | Primary key | Asc | id |
app_totamsteuser_msc_ix | Performance | Asc | mschannelid |
app_totamsteuser_teamsc_uix | Must be unique | Asc/Asc | teams_id + mschannelid |
app_totamsteuser_use_ix | Performance | Asc | userid |