Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_totara_useraction_scheduled_rule_history_id_seq'::regclass) |
|
|
|||||
scheduled_rule_id | int8 | 19 | null |
|
|
||||||
user_id | int8 | 19 | null |
|
|
||||||
created | int8 | 19 | null |
|
|
||||||
success | int2 | 5 | 0 |
|
|
||||||
action | text | 2147483647 | null |
|
|
||||||
message | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_totauserscherulehist_id_pk | Primary key | Asc | id |
app_totauserscherulehist_sc_ix | Performance | Asc | scheduled_rule_id |
app_totauserscherulehist_su_ix | Performance | Asc | success |
app_totauserscherulehist_us_ix | Performance | Asc | user_id |