app_totara_userdata_export_item

0 rows


Description

Items of each user data export and their result

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_totara_userdata_export_item_id_seq'::regclass)
exportid int8 19 null
app_totara_userdata_export.id Defined in XMLR
component varchar 100 ''::character varying
name varchar 100 ''::character varying
timestarted int8 19 null
timefinished int8 19 null
result int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_totauserexpoitem_id_pk Primary key Asc id
app_totauserexpoitem_exp_ix Performance Asc exportid

Relationships