...
column | value | description |
---|---|---|
id | UUID | record unique ID |
merge_candidate_id | UUID | mpi.merge_candidates.id |
person_id | UUID | the person which will be merged |
master_person_id | UUID | the person who will stay active |
status | string | NEW, PROCESSED |
assignee_id | UUID | user_id, who currently reviews request, for new request it's null |
decision | string | null, SPLIT, MERGE, POSTPONETRASH |
inserted_at | DATETIME | |
updated_at | DATETIME | |
inserted_by | ||
updated_by |
...