Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_assign_overrides_id_seq'::regclass) |
|
|
||||
assignid | int8 | 19 | 0 |
|
|
|||||
groupid | int8 | 19 | √ | null |
|
|
||||
userid | int8 | 19 | √ | null |
|
|
||||
sortorder | int8 | 19 | √ | null |
|
|
||||
allowsubmissionsfromdate | int8 | 19 | √ | null |
|
|
||||
duedate | int8 | 19 | √ | null |
|
|
||||
cutoffdate | int8 | 19 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_assiover_id_pk | Primary key | Asc | id |
app_assiover_ass_ix | Performance | Asc | assignid |
app_assiover_gro_ix | Performance | Asc | groupid |
app_assiover_use_ix | Performance | Asc | userid |