Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Schema

...

Source file:

View file
nameParty verification data model.xml

Tables

party_verifications

The table in PRM db used to store results of synchronization with external registries that characterizes a party

...

Code Block
languagesql
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

...