Skip to content

public.configuration

Description

Entidade que representa as configurações globais do sistema

Columns

NameTypeDefaultNullableChildrenParentsComment
iduuidfalseChave primária da tabela de configuração singleton
manual_storage_object_iduuidtruepublic.storage_objectID do objeto de armazenamento (manual do sistema)

Constraints

NameTypeDefinition
fk_configuration_on_manual_storage_objectFOREIGN KEYFOREIGN KEY (manual_storage_object_id) REFERENCES storage_object(id)
pk_configurationPRIMARY KEYPRIMARY KEY (id)
uc_configuration_manual_storage_objectUNIQUEUNIQUE (manual_storage_object_id)

Indexes

NameDefinition
pk_configurationCREATE UNIQUE INDEX pk_configuration ON public.configuration USING btree (id)
uc_configuration_manual_storage_objectCREATE UNIQUE INDEX uc_configuration_manual_storage_object ON public.configuration USING btree (manual_storage_object_id)

Relations

er


Generated by tbls

TIS.