Skip to content

public.institution_type

Description

Entidade que representa os tipos de instituição

Columns

NameTypeDefaultNullableChildrenParentsComment
iduuidfalsepublic.institutionColuna de identificação do tipo de instituição
namevarchar(100)falseNome do Tipo de Instituição
acronymvarchar(10)falseSigla do Tipo de Instituição
creation_datetimestamp without time zonefalseData de Criação do Tipo de Instituição
statusvarchar(25)'ACTIVE'::character varyingfalseApresenta se o registo está 'Activo' ou 'Inactivo'

Constraints

NameTypeDefinition
pk_institution_typePRIMARY KEYPRIMARY KEY (id)
uc_institution_type_acronymUNIQUEUNIQUE (acronym)
uc_institution_type_nameUNIQUEUNIQUE (name)

Indexes

NameDefinition
pk_institution_typeCREATE UNIQUE INDEX pk_institution_type ON public.institution_type USING btree (id)
uc_institution_type_acronymCREATE UNIQUE INDEX uc_institution_type_acronym ON public.institution_type USING btree (acronym)
uc_institution_type_nameCREATE UNIQUE INDEX uc_institution_type_name ON public.institution_type USING btree (name)

Relations

er


Generated by tbls

TIS.