Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_totara_msteams_subscription_id_seq'::regclass) |
|
|
||||
conversation_id | varchar | 255 | √ | null |
|
|
||||
msbotid | int8 | 19 | null |
|
|
|||||
mstenantid | int8 | 19 | null |
|
|
|||||
msuserid | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_totamstesubs_id_pk | Primary key | Asc | id |
app_totamstesubs_con_uix | Must be unique | Asc | conversation_id |
app_totamstesubs_msb_ix | Performance | Asc | msbotid |
app_totamstesubs_mst_ix | Performance | Asc | mstenantid |
app_totamstesubs_mstmsu_uix | Must be unique | Asc/Asc | mstenantid + msuserid |
app_totamstesubs_msu_ix | Performance | Asc | msuserid |