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

RC_(MC-1167)_[NEW] Сonfiguration data model

Сonfiguration

Table name: composition_configurations

Table is used to store configuration settings for composition validations. Configs for validations stored in prm DB.

Column

Type

M/O

Description

Column

Type

M/O

Description

id

uuid

M

Identifier

type

string

M

Type of composition. When validation process starts system compare this field with composition.type for getting file with configs

category

string

M

Category of composition. When validation process starts system compare this field with composition.category for getting file with configs

settings

 

M

File with config settings

is_active

bool

M

Technical flag. By default is true

inserted_at

dateTime

M

Date when settings was created

inserted_by

dateTime

M

User who created configuration

updated_by

UUID

M

User who updated configuration

updated_at

dateTime

M

Date when settings was updated

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