sg_roles_operacion

11347 rows


Description

Tabla para el registro de la relación entre roles y operaciones.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
rop_pk bigserial 19 nextval('seguridad.sg_roles_operacion_rop_pk_seq'::regclass)
sg_roles_operacion_aud.rop_pk Implied Constraint R

Número correlativo autogenerado.

rop_operacion_fk int8 19 null
sg_operaciones.ope_pk sg_roles_operacion_ope_fkey R

Clave foránea que hace referencia a la operación.

rop_rol_fk int8 19 null
sg_roles.rol_pk sg_roles_operacion_rol_fkey R

Clave foránea que hace referencia al rol.

rop_cascada bool 1 null

Cascada.

rop_habilitado bool 1 null

Indica si el registro se encuentra habilitado(true) o inhabilitado(false).

rop_ult_mod_fecha timestamp 29,6 null

Última fecha en la que se modificó el registro.

rop_ult_mod_usuario varchar 45 null

Último usuario que modificó el registro.

rop_version int4 10 null

Versión del registro.

Indexes

Constraint Name Type Sort Column(s)
sg_roles_operacion_pkey Primary key Asc rop_pk
sg_rol_ope_ope_fk_idx Performance Asc rop_operacion_fk
sg_rol_ope_rol_fk_idx Performance Asc rop_rol_fk

Relationships