entidad


Description

Relación de entidades con directa relación en el proceso de cargue de información en el sistema.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('entidad_id_seq'::regclass)
usuario.id_entidad_fk fk_id_entidad R
tipo_entidad tipo_entidad_enm 2147483647 null
id_departamento_fk int4 10 null
departamento.id fk_id_departamento R
nit text 2147483647 null
correo text 2147483647 null
direccion text 2147483647 null
telefono text 2147483647 null
representante_legal text 2147483647 null
activo bool 1 null
nombre text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
entidad_pkey Primary key Asc id

Relationships