Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('lizsync.conflicts_id_seq'::regclass) |
|
|
Automatic ID |
|||
| conflict_time | timestamptz | 35,6 | now() |
|
|
Timestamp of the conflict resolution. Not related to timestamp of logged actions |
||||
| object_table | text | 2147483647 | √ | null |
|
|
Schema and table name of the conflicted object. |
|||
| object_uid | uuid | 2147483647 | √ | null |
|
|
UID of the conflicted object. |
|||
| clone_id | uuid | 2147483647 | √ | null |
|
|
UID of the source clone database. |
|||
| central_event_id | int8 | 19 | √ | null |
|
|
Event id of the conflicted central audit log |
|||
| central_event_timestamp | timestamptz | 35,6 | √ | null |
|
|
Event action_tstamp_tx of the conflicted central audit log |
|||
| central_sql | text | 2147483647 | √ | null |
|
|
Central SQL action in conflict |
|||
| clone_sql | text | 2147483647 | √ | null |
|
|
Clone SQL action in conflict |
|||
| rejected | text | 2147483647 | √ | null |
|
|
Rejected object. If “clone”, it means the central data has been kept instead |
|||
| rule_applied | text | 2147483647 | √ | null |
|
|
Rule used when managing conflict |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| conflicts_pkey | Primary key | Asc | id |

