ЕСОЗ - публічна документація

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

Prepersons stores in separate table - MPI.prepersons

Scema

Table Description

prepersons

Name

Type

M/O

Description and constraints

1

id

uuid

M

Identifier of preperson (PK). Authogenerated

2

first_name

varchar(50)

O

3

second_name

varchar(50)

O

4

last_name

varchar(50)

O

5

birth_date

date

O

6

gender

varchar(10)

O

Gender. Enum: MALE, FEMALE

7

emergency_contact

jsonb

O

8

confidant_person

jsonb

O

9

external_id

varchar(255)

M

External identifier of preperson in MIS.

10

note

varchar(1000)

O

Notes

11

status

varchar(10)

M

Status of the preperson. Allowed statuses:

  • ACTIVE

  • INACTIVE

By default is ACTIVE

12

is_active

bool

M

Technical flag. By default is true

13

inserted_at

timestamp

M

Insert date and time

14

inserted_by

uuid

M

User id who inserted the entry

15

updated_at

timestamp

M

Update date and time

16

updated_by

uuid

M

User id who updated the entry

  • No labels