Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_mnetservice_enrol_enrolments_id_seq'::regclass) |
|
|
||||
hostid | int8 | 19 | null |
|
|
|||||
userid | int8 | 19 | null |
|
|
|||||
remotecourseid | int8 | 19 | null |
|
|
|||||
rolename | varchar | 255 | ''::character varying |
|
|
|||||
enroltime | int8 | 19 | 0 |
|
|
|||||
enroltype | varchar | 20 | ''::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_mnetenroenro_id_pk | Primary key | Asc | id |
app_mnetenroenro_hos_ix | Performance | Asc | hostid |
app_mnetenroenro_use_ix | Performance | Asc | userid |