Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('customer_integration_id_seq'::regclass) |
|
|
|||||
| zoom_recall_id | varchar | 64 | null |
|
|
||||||
| zoom_account_id | varchar | 128 | √ | null |
|
|
|||||
| integration_type | customer_level_integrated_app | 2147483647 | null |
|
|
||||||
| customer_id | varchar | 8 | null |
|
|
||||||
| created_at | timestamptz | 35,6 | √ | now() |
|
|
|||||
| updated_at | timestamptz | 35,6 | √ | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| customer_integration_pkey | Primary key | Asc | id |
| ix_customer_integration_zoom_recall_id | Performance | Asc | zoom_recall_id |