Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('calendar_id_seq'::regclass) |
|
|
|||||
| calendar_id | varchar | 255 | null |
|
|
||||||
| user_id | varchar | 64 | null |
|
|
||||||
| customer_id | varchar | 8 | null |
|
|
||||||
| oauth_client_id | int8 | 19 | null |
|
|
||||||
| platform | calendar_platform | 2147483647 | null |
|
|
||||||
| webhook_url | varchar | 255 | null |
|
|
||||||
| auto_record_internal_meetings | bool | 1 | null |
|
|
||||||
| auto_record_external_meetings | bool | 1 | null |
|
|
||||||
| recording_layout | recording_layout_type | 2147483647 | null |
|
|
||||||
| status | internal_calendar_status | 2147483647 | null |
|
|
||||||
| recall_calendar_status | calendar_status | 2147483647 | null |
|
|
||||||
| created_at | timestamptz | 35,6 | √ | now() |
|
|
|||||
| updated_at | timestamptz | 35,6 | √ | now() |
|
|
|||||
| json | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| calendar_pkey | Primary key | Asc | id |
| calendar_calendar_id_key | Must be unique | Asc | calendar_id |