Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_totara_userdata_export_id_seq'::regclass) |
|
|
||||
exporttypeid | int8 | 19 | null |
|
|
|||||
origin | varchar | 50 | ''::character varying |
|
|
|||||
userid | int8 | 19 | null |
|
|
|||||
contextid | int8 | 19 | null |
|
|
|||||
usercreated | int8 | 19 | √ | null |
|
|
||||
timecreated | int8 | 19 | null |
|
|
|||||
timestarted | int8 | 19 | √ | null |
|
|
||||
timefinished | int8 | 19 | √ | null |
|
|
||||
result | int8 | 19 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_totauserexpo_id_pk | Primary key | Asc | id |
app_totauserexpo_exp_ix | Performance | Asc | exporttypeid |
app_totauserexpo_use_ix | Performance | Asc | userid |