app_totara_sync_log

0 rows


Description

log table for totara element syncing

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_totara_sync_log_id_seq'::regclass)
time int8 19 null
element varchar 60 ''::character varying
logtype varchar 60 null
action varchar 60 null
info varchar 255 null
runid int8 19 0

Indexes

Constraint Name Type Sort Column(s)
app_totasynclog_id_pk Primary key Asc id
app_totasynclog_act_ix Performance Asc action
app_totasynclog_ele_ix Performance Asc element
app_totasynclog_log_ix Performance Asc logtype
app_totasynclog_run_ix Performance Asc runid
app_totasynclog_tim_ix Performance Asc time

Diagram producer might be missing

No diagrams were produced please see application output for any errors