app_enrol_flatfile

0 rows


Description

enrol_flatfile table retrofitted from MySQL

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_enrol_flatfile_id_seq'::regclass)
action varchar 30 ''::character varying
roleid int8 19 null
app_role.id Defined in XMLR
userid int8 19 null
app_user.id Defined in XMLR
courseid int8 19 null
app_course.id Defined in XMLR
timestart int8 19 0
timeend int8 19 0
timemodified int8 19 0

Indexes

Constraint Name Type Sort Column(s)
app_enroflat_id_pk Primary key Asc id
app_enroflat_cou_ix Performance Asc courseid
app_enroflat_rol_ix Performance Asc roleid
app_enroflat_use_ix Performance Asc userid

Relationships