app_scale_history

0 rows


Description

History table

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_scale_history_id_seq'::regclass)
action int8 19 0
oldid int8 19 null
app_scale.id Defined in XMLR
source varchar 255 null
timemodified int8 19 null
loggeduser int8 19 null
app_user.id Defined in XMLR
courseid int8 19 0
app_course.id Defined in XMLR
userid int8 19 0
name varchar 255 ''::character varying
scale text 2147483647 null
description text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
app_scalhist_id_pk Primary key Asc id
app_scalhist_act_ix Performance Asc action
app_scalhist_cou_ix Performance Asc courseid
app_scalhist_log_ix Performance Asc loggeduser
app_scalhist_old_ix Performance Asc oldid
app_scalhist_tim_ix Performance Asc timemodified

Relationships