Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_assign_user_flags_id_seq'::regclass) |
|
|
|||||
userid | int8 | 19 | 0 |
|
|
||||||
assignment | int8 | 19 | 0 |
|
|
||||||
locked | int8 | 19 | 0 |
|
|
||||||
mailed | int2 | 5 | 0 |
|
|
||||||
extensionduedate | int8 | 19 | 0 |
|
|
||||||
workflowstate | varchar | 20 | √ | null |
|
|
|||||
allocatedmarker | int8 | 19 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_assiuserflag_id_pk | Primary key | Asc | id |
app_assiuserflag_ass_ix | Performance | Asc | assignment |
app_assiuserflag_mai_ix | Performance | Asc | mailed |
app_assiuserflag_use_ix | Performance | Asc | userid |