Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_grade_items_history_id_seq'::regclass) |
|
|
||||
action | int8 | 19 | 0 |
|
|
|||||
oldid | int8 | 19 | null |
|
|
|||||
source | varchar | 255 | √ | null |
|
|
||||
timemodified | int8 | 19 | √ | null |
|
|
||||
loggeduser | int8 | 19 | √ | null |
|
|
||||
courseid | int8 | 19 | √ | null |
|
|
||||
categoryid | int8 | 19 | √ | null |
|
|
||||
itemname | varchar | 255 | √ | null |
|
|
||||
itemtype | varchar | 30 | ''::character varying |
|
|
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_graditemhist_id_pk | Primary key | Asc | id |
app_graditemhist_act_ix | Performance | Asc | action |
app_graditemhist_cat_ix | Performance | Asc | categoryid |
app_graditemhist_cou_ix | Performance | Asc | courseid |
app_graditemhist_log_ix | Performance | Asc | loggeduser |
app_graditemhist_old_ix | Performance | Asc | oldid |
app_graditemhist_out_ix | Performance | Asc | outcomeid |
app_graditemhist_sca_ix | Performance | Asc | scaleid |
app_graditemhist_tim_ix | Performance | Asc | timemodified |