Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('bot_id_seq'::regclass) |
|
|
|||||
| bot_id | varchar | 255 | null |
|
|
||||||
| calendar_event_id | text | 2147483647 | √ | null |
|
|
|||||
| recall_event_id | varchar | 255 | √ | null |
|
|
|||||
| type | bot_type | 2147483647 | √ | null |
|
|
|||||
| start_time | timestamptz | 35,6 | null |
|
|
||||||
| deduplication_key | text | 2147483647 | null |
|
|
||||||
| hangout_link | text | 2147483647 | √ | null |
|
|
|||||
| user_id | varchar | 64 | null |
|
|
||||||
| customer_id | varchar | 8 | null |
|
|
||||||
| platform | varchar | 32 | √ | null |
|
|
|||||
| meeting_platform | varchar | 32 | √ | null |
|
|
|||||
| status | varchar | 32 | null |
|
|
||||||
| is_recorder_admitted | bool | 1 | √ | null |
|
|
|||||
| is_in_call_recording | bool | 1 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | √ | now() |
|
|
|||||
| updated_at | timestamptz | 35,6 | √ | now() |
|
|
|||||
| is_deleted | bool | 1 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| bot_pkey | Primary key | Asc | id |