Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('syncs_id_seq'::regclass) |
|
|
|||||
| external_system | varchar | 2147483647 | null |
|
|
||||||
| external_system_params | varchar | 2147483647 | √ | null |
|
|
|||||
| sync_type | varchar | 2147483647 | null |
|
|
||||||
| status | varchar | 2147483647 | 'initialising'::character varying |
|
|
||||||
| imported_member_count | int4 | 10 | 0 |
|
|
||||||
| progress | int4 | 10 | 0 |
|
|
||||||
| message | varchar | 2147483647 | √ | null |
|
|
|||||
| list_id | int8 | 19 | √ | null |
|
|
|||||
| contact_campaign_id | int8 | 19 | √ | null |
|
|
|||||
| int8 | 19 | √ | null |
|
|
||||||
| created_at | timestamp | 29,6 | null |
|
|
||||||
| updated_at | timestamp | 29,6 | null |
|
|
||||||
| records_for_import_scope | text | 2147483647 | √ | null |
|
|
|||||
| pull_deferred | text | 2147483647 | √ | null |
|
|
|||||
| records_for_import | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| syncs_pkey | Primary key | Asc | id |
| index_syncs_on_author_id | Performance | Asc | author_id |
| index_syncs_on_contact_campaign_id | Performance | Asc | contact_campaign_id |
| index_syncs_on_list_id | Performance | Asc | list_id |

