Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_totara_msteams_bot_settings_id_seq'::regclass) |
|
|
||||
area | varchar | 255 | ''::character varying |
|
|
|||||
timecreated | int8 | 19 | null |
|
|
|||||
timemodified | int8 | 19 | √ | null |
|
|
||||
data | text | 2147483647 | √ | null |
|
|
||||
msbotid | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_totamstebotsett_id_pk | Primary key | Asc | id |
app_totamstebotsett_msb_ix | Performance | Asc | msbotid |
app_totamstebotsett_msbare_uix | Must be unique | Asc/Asc | msbotid + area |