Name | Type | M/O | Description and constraints | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
id | uuid | M | |||||||||
data | jsonb | M | |||||||||
preperson_mpi_id | uuid | O | if merge person with preperson | person_mpi_id | uuid | O | if update person and it's id is passedmerged_pair_id | uuid | O | if merge preperson with person is success | |
type | varchar | M | PREPERSON_MERGE, PERSON | status | varchar | M | Dictionary: NEW, APPROVED, SIGNED, CANCELLED, EXPIRED, REJECTED | ||||
authentication_method_current | jsonb | M | |||||||||
channel | varchar | M | |||||||||
tax_id | varchar | O | |||||||||
last_name | varchar | M | |||||||||
first_name | varchar | M | |||||||||
birth_date | varchar | M | |||||||||
person_documents | jsonb | M | |||||||||
documents | jsonb | O | urls for documents | ||||||||
printout form | text | O | |||||||||
inserted_at | timestamp | M | |||||||||
inserted_by | UUID | M | |||||||||
updated_at | timestamp | M | |||||||||
updated_by | uuid | M | |||||||||
authorize_with | uuid | O | identifier of person's auth method |
Person authentication method
...