Table istsos.demo.tran_log
Log table for transactional operations.

Generated by
SchemaSpy
Legend: SourceForge.net
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
id_trl serial 10  √  nextval('demo.tran_log_id_trl_seq'::regclass)
transaction_time_trl timestamp 29,6  √  now()
operation_trl varchar 2147483647
procedure_trl varchar 30
begin_trl timestamptz 35,6  √  null
end_trl timestamptz 35,6  √  null
count int4 10  √  null
stime_prc timestamptz 35,6  √  null
etime_prc timestamptz 35,6  √  null

Table contained 41 rows at Mon Jul 13 17:15 CEST 2015

Indexes:
Column(s) Type Sort Constraint Name
id_trl Primary key Asc tran_log_pkey