evento


Description

Tabla de apoyo que guarda los eventos ocurridos alrededor de la acción.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('evento_id_seq'::regclass)
id_accion_fk int4 10 null
accion.id fk_id_accion R
tipo_afectacion tipo_afectacion_enm 2147483647 null
estado_anterior text 2147483647 null
estado_nuevo text 2147483647 null
campo_modificado text 2147483647 null
valor_anterior text 2147483647 null
valor_nuevo text 2147483647 null
observacion text 2147483647 null
id_usuario_fk int4 10 null
usuario.id fk_id_usuario R
id_seguimiento_fk int4 10 null
seguimiento.id fk_id_seguimiento R
fch_evento timestamptz 35,6 now()

Indexes

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

Relationships