Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('integration_settings_teams_id_seq'::regclass) |
|
|
|||||
| user_id | varchar | 64 | null |
|
|
||||||
| customer_id | varchar | 8 | null |
|
|
||||||
| status | varchar | 32 | null |
|
|
||||||
| created_at | timestamptz | 35,6 | √ | now() |
|
|
|||||
| updated_at | timestamptz | 35,6 | √ | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| integration_settings_teams_pkey | Primary key | Asc | id |