Table of Contents |
---|
Schema
...
Source file:
View file | ||
---|---|---|
|
Tables
party_verifications
The table in PRM db used to store results of synchronization with external registries that characterizes a party
...
Code Block | ||
---|---|---|
| ||
create unique index party_verifications_party_id_index on party_verifications (party_id); |
party_verification_candidates
The table in PRM db is used to store links between party_id and dracs_death_act_id that were created as the result of comparing party data with death act data
...