Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_totara_msteams_bot_id_seq'::regclass) |
|
|
||||||||
bot_id | varchar | 255 | ''::character varying |
|
|
|||||||||
bot_name | varchar | 255 | √ | null |
|
|
||||||||
service_url | text | 2147483647 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_totamstebot_id_pk | Primary key | Asc | id |
app_totamstebot_bot_uix | Must be unique | Asc | bot_id |