Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_prog_recurrence_id_seq'::regclass) |
|
|
||||
programid | int8 | 19 | 0 |
|
|
|||||
currentcourseid | int8 | 19 | 0 |
|
|
|||||
nextcourseid | int8 | 19 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_progrecu_id_pk | Primary key | Asc | id |
app_progrecu_cur_ix | Performance | Asc | currentcourseid |
app_progrecu_nex_ix | Performance | Asc | nextcourseid |
app_progrecu_pro_ix | Performance | Asc | programid |