app_totara_userdata_purge_type_item

0 rows


Description

Purge type items and their settings, each purge type has records for all items available at the time of saving changes

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_totara_userdata_purge_type_item_id_seq'::regclass)
purgetypeid int8 19 null
app_totara_userdata_purge_type.id Defined in XMLR
component varchar 100 ''::character varying
name varchar 100 ''::character varying
purgedata int2 5 null
timecreated int8 19 null
timechanged int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_totauserpurgtypeitem_id_pk Primary key Asc id
app_totauserpurgtypeitem_p_uix Must be unique Asc/Asc/Asc purgetypeid + component + name
app_totauserpurgtypeitem_pu_ix Performance Asc purgetypeid

Relationships