Skip to content

public.attachment_type

Description

Entidade que representa os tipos de anexo

Columns

NameTypeDefaultNullableChildrenParentsComment
iduuidfalseIdentificação do Tipo de Anexo
namevarchar(100)falseNome do Tipo de Anexo
descriptionvarchar(1000)trueDescrição do Tipo de Anexo
creation_datetimestamp without time zonefalseData de Criação do Tipo de Anexo
statusvarchar(25)'ACTIVE'::character varyingfalseApresenta se o registo está 'Activo' ou 'Inactivo'

Constraints

NameTypeDefinition
pk_attachment_typePRIMARY KEYPRIMARY KEY (id)
uc_attachment_type_nameUNIQUEUNIQUE (name)

Indexes

NameDefinition
pk_attachment_typeCREATE UNIQUE INDEX pk_attachment_type ON public.attachment_type USING btree (id)
uc_attachment_type_nameCREATE UNIQUE INDEX uc_attachment_type_name ON public.attachment_type USING btree (name)

Relations

er


Generated by tbls

TIS.