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 |
|
|
|||||
userid | int8 | 19 | null |
|
|
|||||
courseid | int8 | 19 | null |
|
|
|||||
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 |