Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('integration_settings_google_drive_id_seq'::regclass) |
|
|
|||||
| user_id | varchar | 64 | √ | null |
|
|
|||||
| customer_id | varchar | 8 | null |
|
|
||||||
| access_token | varchar | 2048 | null |
|
|
||||||
| refresh_token | varchar | 512 | null |
|
|
||||||
| expires_at | timestamptz | 35,6 | √ | (now() + '01:00:00'::interval) |
|
|
|||||
| created_at | timestamptz | 35,6 | √ | now() |
|
|
|||||
| updated_at | timestamptz | 35,6 | √ | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| integration_settings_google_drive_pkey | Primary key | Asc | id |