Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_prog_assignment_id_seq'::regclass) |
|
|
||||
programid | int8 | 19 | 0 |
|
|
|||||
assignmenttype | int2 | 5 | 0 |
|
|
|||||
assignmenttypeid | int8 | 19 | 0 |
|
|
|||||
includechildren | int2 | 5 | 0 |
|
|
|||||
completiontime | int8 | 19 | √ | null |
|
|
||||
completionoffsetamount | int2 | 5 | √ | null |
|
|
||||
completionoffsetunit | int2 | 5 | √ | null |
|
|
||||
completionevent | int2 | 5 | 0 |
|
|
|||||
completioninstance | int8 | 19 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_progassi_id_pk | Primary key | Asc | id |
app_progassi_pro_ix | Performance | Asc | programid |