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 |
|
|
|||||
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 |