Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_job_assignment_id_seq'::regclass) |
|
|
||||||||||||
userid | int8 | 19 | null |
|
|
|||||||||||||
fullname | text | 2147483647 | √ | null |
|
|
||||||||||||
shortname | varchar | 100 | √ | null |
|
|
||||||||||||
idnumber | varchar | 100 | ''::character varying |
|
|
|||||||||||||
description | text | 2147483647 | √ | null |
|
|
||||||||||||
startdate | int8 | 19 | √ | null |
|
|
||||||||||||
enddate | int8 | 19 | √ | null |
|
|
||||||||||||
timecreated | int8 | 19 | null |
|
|
|||||||||||||
timemodified | int8 | 19 | null |
|
|
|||||||||||||
usermodified | int8 | 19 | null |
|
|
|||||||||||||
positionid | int8 | 19 | √ | null |
|
|
||||||||||||
positionassignmentdate | int8 | 19 | null |
|
|
|||||||||||||
organisationid | int8 | 19 | √ | null |
|
|
||||||||||||
managerjaid | int8 | 19 | √ | null |
|
|
||||||||||||
managerjapath | varchar | 1024 | ''::character varying |
|
|
|||||||||||||
tempmanagerjaid | int8 | 19 | √ | null |
|
|
||||||||||||
tempmanagerexpirydate | int8 | 19 | √ | null |
|
|
||||||||||||
appraiserid | int8 | 19 | √ | null |
|
|
||||||||||||
sortorder | int8 | 19 | null |
|
|
|||||||||||||
totarasync | int2 | 5 | 0 |
|
|
|||||||||||||
synctimemodified | int8 | 19 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_jobassi_id_pk | Primary key | Asc | id |
app_jobassi_app_ix | Performance | Asc | appraiserid |
app_jobassi_man_ix | Performance | Asc | managerjaid |
app_jobassi_org_ix | Performance | Asc | organisationid |
app_jobassi_pos_ix | Performance | Asc | positionid |
app_jobassi_tem_ix | Performance | Asc | tempmanagerjaid |
app_jobassi_use2_ix | Performance | Asc | usermodified |
app_jobassi_use_ix | Performance | Asc | userid |
app_jobassi_useidn_uix | Must be unique | Asc/Asc | userid + idnumber |
app_jobassi_usesor_uix | Must be unique | Asc/Asc | userid + sortorder |