Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('integration_settings_hubspot_id_seq'::regclass) |
|
|
|||||
| customer_id | varchar | 8 | null |
|
|
||||||
| access_token | varchar | 300 | null |
|
|
||||||
| refresh_token | varchar | 300 | null |
|
|
||||||
| hub_domain | varchar | 256 | null |
|
|
||||||
| hub_id | int4 | 10 | √ | null |
|
|
|||||
| admin_email | varchar | 128 | null |
|
|
||||||
| token_expiry_at | timestamptz | 35,6 | √ | now() |
|
|
|||||
| created_at | timestamptz | 35,6 | √ | now() |
|
|
|||||
| updated_at | timestamptz | 35,6 | √ | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| integration_settings_hubspot_pkey | Primary key | Asc | id |